Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -37,10 +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 RC1b tag - git restore . - 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 "--------------------------------------------" Loading Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -37,10 +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 RC1b tag - git restore . - 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 "--------------------------------------------" Loading