diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2277f43a184f4c3b6eed5a812750294d79a8c249..6fa7ec8bca6a0b140f43de0b5169b56772ec12df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,10 +37,10 @@ stages: # NOTE: CODEC_DIR has to be in PATH - cd $CODEC_DIR # make sure that we are at latest main - # TODO: temporarily use the RC1b tag - git restore . + - git clean -fx . - git fetch - - git checkout 20230616-selection-prerelease + - git checkout '20240522_delivery_SA4#128_final' - echo "--------------------------------------------" - echo "Building codec on commit $(git rev-parse HEAD --short)" - echo "--------------------------------------------"