mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-20 10:39:01 +01:00
Merge pull request #3567 from cfromknecht/bump-bitcoind-0.18.1
build: bump to bitcoind 0.18.1 for itests
This commit is contained in:
commit
4b857f819a
@ -1,7 +1,7 @@
|
||||
language: go
|
||||
cache:
|
||||
directories:
|
||||
- ~/bitcoin/bitcoin-0.18.0/bin
|
||||
- ~/bitcoin/bitcoin-0.18.1/bin
|
||||
- $GOCACHE
|
||||
- $GOPATH/pkg/mod
|
||||
- $GOPATH/src/github.com/btcsuite
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
set -ev
|
||||
|
||||
export BITCOIND_VERSION=0.18.0
|
||||
export BITCOIND_VERSION=0.18.1
|
||||
|
||||
if sudo cp ~/bitcoin/bitcoin-$BITCOIND_VERSION/bin/bitcoind /usr/local/bin/bitcoind
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user