Skip to content
Snippets Groups Projects
Commit b8012829 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Adding bash option to fail when errors

parent 8b764114
No related branches found
No related tags found
No related merge requests found
Pipeline #204366 failed
#!/usr/bin/env sh
set -o errexit
set -o pipefail
set -o nounset
source ci/stack_env.sh
echo "Checking /deconcretize/${stack}_${environment}_${SQUASHFS_ID}"
......
#!/usr/bin/env sh
set -o errexit
set -o pipefail
set -o nounset
source ci/stack_env.sh
# Cleaning patches in case one has a different hash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment