mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +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:
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
|
||||
|
||||
Reference in New Issue
Block a user