We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5235f3b commit b239481Copy full SHA for b239481
.github/workflows/main.yml
@@ -21,7 +21,7 @@ defaults:
21
shell: bash
22
23
env:
24
- BITCOIN_VERSION: "28"
+ BITCOIN_VERSION: "29"
25
26
# TRANCHES defines the number of tranches used in the itests.
27
TRANCHES: 16
scripts/install_bitcoind.sh
@@ -5,11 +5,11 @@ set -ev
5
BITCOIND_VERSION=$1
6
7
# Useful for testing RCs: e.g. TAG_SUFFIX=.0rc1, DIR_SUFFIX=.0rc1
8
-TAG_SUFFIX=
9
-DIR_SUFFIX=.0
+TAG_SUFFIX=rc2
+DIR_SUFFIX=.0rc2
10
11
# Useful for testing against an image pushed to a different Docker repo.
12
-REPO=lightninglabs/bitcoin-core
+REPO=guggero/bitcoin-core
13
14
if [ -z "$BITCOIND_VERSION" ]; then
15
echo "Must specify a version of bitcoind to install."
0 commit comments