Commit 9daf3eb1 authored by Jan Kiene's avatar Jan Kiene
Browse files

[hotfix] fix for fix of commit pinning

problem was a simple missing arg in the script call
parent 8e16d9be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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