Commit 36ea5602 authored by Jan Kiene's avatar Jan Kiene
Browse files

make sure that script output is displayed on failure

parent e542dfcd
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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