Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -989,7 +989,8 @@ build-codec-linux-debugging-make: .set-reference-for-basop-port-branch: &set-reference-for-basop-port-branch - if [ $CI_MERGE_REQUEST_TARGET_BRANCH_NAME = "main-pc" ]; then - *update-scripts-repo - REFERENCE_BRANCH=$(ci/get_float_ref_branch_name.sh) - # this double call is there so the error printout is visible in case the schell script fails - REFERENCE_BRANCH=$(ci/get_float_ref_branch_name.sh) || ci/get_float_ref_branch_name.sh - fi ### jobs that test fx encoder -> flt decoder Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -989,7 +989,8 @@ build-codec-linux-debugging-make: .set-reference-for-basop-port-branch: &set-reference-for-basop-port-branch - if [ $CI_MERGE_REQUEST_TARGET_BRANCH_NAME = "main-pc" ]; then - *update-scripts-repo - REFERENCE_BRANCH=$(ci/get_float_ref_branch_name.sh) - # this double call is there so the error printout is visible in case the schell script fails - REFERENCE_BRANCH=$(ci/get_float_ref_branch_name.sh) || ci/get_float_ref_branch_name.sh - fi ### jobs that test fx encoder -> flt decoder Loading