Commit c3fb5311 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

Edit job-templates.yml

parent 7669ef79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
# If a child job overwrites before_script, then use !reference to also add the part from this jobs
.job-linux:
  tags:
    - ubuntu_24_04
    - Vlad_ubuntu_24_04
  before_script:
    - |
      if [[ "$IVAS_CODEC_CI_REF" == "" ]]; then echo "Error: IVAS_CODEC_CI_REF not set" && exit 1; else echo "IVAS_CODEC_CI_REF set to: $IVAS_CODEC_CI_REF"; fi