Commit 7d1faf1d authored by Jan Kiene's avatar Jan Kiene
Browse files

do fetch before checkout

parent caae8ffc
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -37,8 +37,9 @@ stages:
  # NOTE: CODEC_DIR has to be in PATH
  - cd $CODEC_DIR
  # make sure that we are at latest main
  # TODO: temporarily use the RC1a tag
  # TODO: temporarily use the RC1b tag
  - git restore .
  - git fetch
  - git checkout 20230516-RC1b-listening-tests
  - echo "--------------------------------------------"
  - echo "Building codec on commit $(git rev-parse HEAD --short)"