Loading includes/shared/job-templates.yml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ - ivas-windows before_script: - | if (-not $env:IVAS_CODEC_CI_REF) { echo "Error: IVAS_CODEC_CI_REF not set" ; exit 1 } if (-not $env:IVAS_CODEC_CI_REF) { echo "Error: IVAS_CODEC_CI_REF not set" ; exit 1 } else { echo "IVAS_CODEC_CI_REF set to: $env:IVAS_CODEC_CI_REF" } # note: git clone -b does not work with SHA refs, hence using the safe way of a full clone and git switch # also, we cannot use && with powershell < 7 unfortunately, hence we cannot reliably detect if the snippet fails - git clone $env:CI_SERVER_URL/ivas-codec-pc/ivas-codec-ci.git ivas-codec-ci; pushd ivas-codec-ci ; git checkout $env:IVAS_CODEC_CI_REF ; popd Loading Loading
includes/shared/job-templates.yml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ - ivas-windows before_script: - | if (-not $env:IVAS_CODEC_CI_REF) { echo "Error: IVAS_CODEC_CI_REF not set" ; exit 1 } if (-not $env:IVAS_CODEC_CI_REF) { echo "Error: IVAS_CODEC_CI_REF not set" ; exit 1 } else { echo "IVAS_CODEC_CI_REF set to: $env:IVAS_CODEC_CI_REF" } # note: git clone -b does not work with SHA refs, hence using the safe way of a full clone and git switch # also, we cannot use && with powershell < 7 unfortunately, hence we cannot reliably detect if the snippet fails - git clone $env:CI_SERVER_URL/ivas-codec-pc/ivas-codec-ci.git ivas-codec-ci; pushd ivas-codec-ci ; git checkout $env:IVAS_CODEC_CI_REF ; popd Loading