Skip to content

Commit

Permalink
gha: Make the setup and build scripts exit if anything fails
Browse files Browse the repository at this point in the history
Caused quite a few headaches and red herrings in the past, so let's be
stricter.

Changelog-None
  • Loading branch information
cdecker committed Sep 20, 2022
1 parent ab95d27 commit fcd2320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

set -e
echo "Running in $(pwd)"
export ARCH=${ARCH:-64}
export BOLTDIR=bolts
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/setup.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fcd2320

Please sign in to comment.