Loading snippets/basop/set-float-reference-branches.sh +0 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/get-float-ref-branch-name. # TODO: this is a bit awkward, but needed as a quick fix for now if [[ "$exit_code" == "0" ]]; then if [[ ! "$CI_MERGE_REQUEST_TITLE" =~ \[skip[[:space:]_-]name[[:space:]_-]check\] ]] && [[ ! "$CI_MERGE_REQUEST_TITLE" =~ \[CI\] ]]; then bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh # a bit awkward: write to file + standard out first so that the error message is visible in case of failure. Then fill the variable from the file bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/get-float-ref-branch-name.sh $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME | tee tmp_ref_branch.txt FLOAT_REF_BRANCH_MERGE_SOURCE=$(cat tmp_ref_branch.txt) Loading Loading
snippets/basop/set-float-reference-branches.sh +0 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/get-float-ref-branch-name. # TODO: this is a bit awkward, but needed as a quick fix for now if [[ "$exit_code" == "0" ]]; then if [[ ! "$CI_MERGE_REQUEST_TITLE" =~ \[skip[[:space:]_-]name[[:space:]_-]check\] ]] && [[ ! "$CI_MERGE_REQUEST_TITLE" =~ \[CI\] ]]; then bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh # a bit awkward: write to file + standard out first so that the error message is visible in case of failure. Then fill the variable from the file bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/get-float-ref-branch-name.sh $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME | tee tmp_ref_branch.txt FLOAT_REF_BRANCH_MERGE_SOURCE=$(cat tmp_ref_branch.txt) Loading