Commit ee29ff0e authored by Jan Kiene's avatar Jan Kiene
Browse files

remove unintentionally committed part

parent df140fb2
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -9,8 +9,7 @@
    - |
      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
    # note: git clone -b does not work with SHA refs, hence using the safe way of a full clone and git switch
    # NOTE: set CUSTOM_CI_REPO_CLONE_URL in your gitlab setup
    - git clone "$CUSTOM_CI_REPO_CLONE_URL" ivas-codec-ci && pushd ivas-codec-ci && git checkout "$IVAS_CODEC_CI_REF" && popd
    - git clone "$CI_SERVER_URL"/ivas-codec-pc/ivas-codec-ci.git ivas-codec-ci && pushd ivas-codec-ci && git checkout "$IVAS_CODEC_CI_REF" && popd

.job-windows:
  tags:
@@ -20,8 +19,7 @@
      if (-not $env:IVAS_CODEC_CI_REF) { echo "Error: IVAS_CODEC_CI_REF not set" ; exit 1 }
    # 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
    # NOTE: set CUSTOM_CI_REPO_CLONE_URL in your gitlab setup
    - git clone $env:CUSTOM_CI_REPO_CLONE_URL ivas-codec-ci; pushd ivas-codec-ci ; git switch --detach $env:IVAS_CODEC_CI_REF ; popd
    - git clone $env:CI_SERVER_URL/ivas-codec-pc/ivas-codec-ci.git ivas-codec-ci; pushd ivas-codec-ci ; git switch --detach $env:IVAS_CODEC_CI_REF ; popd

.build-job-linux:
  stage: build