Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -243,6 +243,7 @@ stages: .test-job-linux-needs-testv-dir: extends: .test-job-linux before_script: - python3 scripts/prepare_combined_format_inputs.py - 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 @@ -243,6 +243,7 @@ stages: .test-job-linux-needs-testv-dir: extends: .test-job-linux before_script: - python3 scripts/prepare_combined_format_inputs.py - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi - cp -r scripts/testv/* $TESTV_DIR/ Loading