Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,9 @@ stages: # NOTE: CODEC_DIR has to be in PATH - cd $CODEC_DIR # make sure that we are at latest main - git pull # TODO: temporarily use the RC1a tag - git restore . - git checkout 20230511-RC1a-listening-tests - echo "--------------------------------------------" - echo "Building codec on commit $(git rev-parse HEAD --short)" - echo "--------------------------------------------" Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,9 @@ stages: # NOTE: CODEC_DIR has to be in PATH - cd $CODEC_DIR # make sure that we are at latest main - git pull # TODO: temporarily use the RC1a tag - git restore . - git checkout 20230511-RC1a-listening-tests - echo "--------------------------------------------" - echo "Building codec on commit $(git rev-parse HEAD --short)" - echo "--------------------------------------------" Loading