Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -189,6 +189,7 @@ stages: .test-job-linux-needs-testv-dir: extends: .test-job-linux before_script: - *update-scripts-repo - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi - cp -r scripts/testv/* $TESTV_DIR/ Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -189,6 +189,7 @@ stages: .test-job-linux-needs-testv-dir: extends: .test-job-linux before_script: - *update-scripts-repo - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi - cp -r scripts/testv/* $TESTV_DIR/ Loading