gha: Make the setup and build scripts exit if anything fails

Caused quite a few headaches and red herrings in the past, so let's be
stricter.

Changelog-None
This commit is contained in:
Christian Decker 2022-09-19 18:41:24 +02:00
parent ab95d2718f
commit fcd2320de7
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash
set -e
echo "Running in $(pwd)"
export ARCH=${ARCH:-64}
export BOLTDIR=bolts

View file

@ -1,5 +1,5 @@
#!/bin/bash
set -e
export DEBIAN_FRONTEND=noninteractive
export BITCOIN_VERSION=0.20.1
export ELEMENTS_VERSION=0.18.1.8