Loading .gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -1671,8 +1671,9 @@ ivas-long-term-job-logs: timeout: "25 minutes" script: - !reference [ .job-linux, before_script ] - set -euxo pipefail - echo "Running on RUNNER_TAG: $RUNNER_TAG" - echo "Running on RUNNER_TAG = $RUNNER_TAG" - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh Loading Loading @@ -1739,7 +1740,7 @@ backup-long-term-job-logs: script: - !reference [ .job-linux, before_script ] - set -euxo pipefail - echo "Running on RUNNER_TAG: $RUNNER_TAG" - echo "Running on RUNNER_TAG = $RUNNER_TAG" - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh Loading Loading
.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -1671,8 +1671,9 @@ ivas-long-term-job-logs: timeout: "25 minutes" script: - !reference [ .job-linux, before_script ] - set -euxo pipefail - echo "Running on RUNNER_TAG: $RUNNER_TAG" - echo "Running on RUNNER_TAG = $RUNNER_TAG" - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh Loading Loading @@ -1739,7 +1740,7 @@ backup-long-term-job-logs: script: - !reference [ .job-linux, before_script ] - set -euxo pipefail - echo "Running on RUNNER_TAG: $RUNNER_TAG" - echo "Running on RUNNER_TAG = $RUNNER_TAG" - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh Loading