From 9af1ceb7a24bcfd699db93637b92137652f67cbb Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 28 Aug 2024 18:01:57 +0100 Subject: [PATCH] ci: Don't move results directory No sense in moving things around; just create it in the right place to begin with. Signed-off-by: Daniel Stone Part-of: --- .gitlab-ci/common/init-stage2.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci/common/init-stage2.sh b/.gitlab-ci/common/init-stage2.sh index 5a7f74f83c0..dc1af200007 100755 --- a/.gitlab-ci/common/init-stage2.sh +++ b/.gitlab-ci/common/init-stage2.sh @@ -205,9 +205,6 @@ $HWCI_TEST_SCRIPT ${HWCI_TEST_ARGS:-} EXIT_CODE=$? set -e -# Let's make sure the results are always stored in current working directory -mv -f ${RESULTS_DIR} ./ 2>/dev/null || true - # Make sure that capture-devcoredump is done before we start trying to tar up # artifacts -- if it's writing while tar is reading, tar will throw an error and # kill the job.