Skip to content

Commit

Permalink
[ci] gitlab analyze now returns errors status
Browse files Browse the repository at this point in the history
Since tee report.txt redirection error were silenced
  • Loading branch information
mengtan committed Mar 26, 2024
1 parent 1d8c9e6 commit ea20d70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/gitlab-analyze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,4 @@ if (( $fast == 0 )); then
fi

} |& tee report.txt
exit ${PIPESTATUS[0]}

0 comments on commit ea20d70

Please sign in to comment.