Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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)" Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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)" Loading