Commit 52ad39c7 authored by Jan Kiene's avatar Jan Kiene
Browse files

remove call for update-scripts-repo.sh from other script

parent 8fb985e2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)