Loading includes/job-templates.yml +2 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,8 @@ needs: [] timeout: "4 minutes" 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 } - git clone $env:CI_SERVER_URL/ivas-codec-pc/ivas-codec-ci.git --depth 1 --branch $env:IVAS_CODEC_CI_REF # nothing to see here, basically an alias Loading Loading
includes/job-templates.yml +2 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,8 @@ needs: [] timeout: "4 minutes" 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 } - git clone $env:CI_SERVER_URL/ivas-codec-pc/ivas-codec-ci.git --depth 1 --branch $env:IVAS_CODEC_CI_REF # nothing to see here, basically an alias Loading