Skip to content

fix: build/test not failing even without keep-going

Martin Christoph Hierholzer requested to merge mhier/fix-builds-not-failing into main

Shell pipes normally return the the status code of the last command of the pipe, while we are here interested in the first one. Setting the pipefail option in bash makes sure that any non-zero exit code in the pipe will result in a non-zero exit code of the whole pipe.

Merge request reports

Loading