Loading snippets/basop/get-float-ref-branch-name.sh +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ branchname_in="$1" branchname_out="ivas-float-update" exit_code=0 bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/branch-follows-porting-naming-convention.sh || exit_code=$? bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/branch-follows-porting-naming-convention.sh $branchname_in || exit_code=$? # if this branch follows the naming convetions, we can try to get the corresponding float MR branch # if this branch does NOT follow the porting naming convention, the float ref is just ivas-float-update, so skip everything Loading Loading
snippets/basop/get-float-ref-branch-name.sh +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ branchname_in="$1" branchname_out="ivas-float-update" exit_code=0 bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/branch-follows-porting-naming-convention.sh || exit_code=$? bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/branch-follows-porting-naming-convention.sh $branchname_in || exit_code=$? # if this branch follows the naming convetions, we can try to get the corresponding float MR branch # if this branch does NOT follow the porting naming convention, the float ref is just ivas-float-update, so skip everything Loading