Commit 74f1b3be authored by norvell's avatar norvell
Browse files

Fix for printout

parent 1d7fb59e
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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

@@ -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