# 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