Commit 66c69bc5 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix script call and aadd redirectt

parent 36ea5602
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -989,8 +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
  -   # 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
  -   # redirect to stdout so that the error message is visible in case of script failure
  -   REFERENCE_BRANCH=$(ci/get_float_ref_branch_name.sh | tee /dev/tty)
  - fi

### jobs that test fx encoder -> flt decoder