Commit 547e6bdc authored by norvell's avatar norvell
Browse files

Cleanup of unnecessary LTV fetch in log job

parent c9dbeded
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1652,8 +1652,6 @@ ivas-long-term-job-logs:
      set -euxo pipefail
      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
      bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/update-ltv-repo.sh
      bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/copy-ltv-files-to-testv-dir.sh

      # Get previous logs of this job incase we are running on a different machine
      if [ -d "logs" ]; then rm -rf "logs"; fi