Commit 1039ebd1 authored by Fabian Müller's avatar Fabian Müller
Browse files

fixup! Port job templates and rules from ivas-codec-pc

parent fd00b798
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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