Skip to content

Commit

Permalink
fixup! ci: Add bitcoind download
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Jan 26, 2025
1 parent 0ae7811 commit 061ddc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/.tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ tasks:
env:
BITCOIN_VERSION: 28.1
cmds:
- mkdir -p {{ .HOME }}/bin
- wget https://bitcoincore.org/bin/bitcoin-core-${BITCOIN_VERSION}/bitcoin-${BITCOIN_VERSION}-x86_64-linux-gnu.tar.gz -O bitcoin.tar.gz
- defer: rm -rf bitcoin.tar.gz /tmp/bitcoin-${BITCOIN_VERSION}
- tar -xvzf bitcoin.tar.gz
Expand Down

0 comments on commit 061ddc8

Please sign in to comment.