mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
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:
parent
ab95d2718f
commit
fcd2320de7
2 changed files with 2 additions and 2 deletions
2
.github/scripts/build.sh
vendored
2
.github/scripts/build.sh
vendored
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
echo "Running in $(pwd)"
|
||||
export ARCH=${ARCH:-64}
|
||||
export BOLTDIR=bolts
|
||||
|
|
2
.github/scripts/setup.sh
vendored
2
.github/scripts/setup.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue