Skip to content

Use set -e in build.sh

Dylan Griffith requested to merge set-e-in-shell-scripts into master

This produces much clearer errors when earlier stages fail (eg. if login fails). This should also be our standard for all shell scripts used in CI.

Merge request reports