scripts: update bitcoind version to 0.18
This commit is contained in:
parent
18b9e1dd16
commit
0c762af263
@ -1,7 +1,7 @@
|
||||
language: go
|
||||
cache:
|
||||
directories:
|
||||
- ~/bitcoin/bitcoin-0.17.1/bin
|
||||
- ~/bitcoin/bitcoin-0.18.0/bin
|
||||
- $GOCACHE
|
||||
- $GOPATH/pkg/mod
|
||||
- $GOPATH/src/github.com/btcsuite
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
set -ev
|
||||
|
||||
export BITCOIND_VERSION=0.17.1
|
||||
export BITCOIND_VERSION=0.18.0
|
||||
|
||||
if sudo cp ~/bitcoin/bitcoin-$BITCOIND_VERSION/bin/bitcoind /usr/local/bin/bitcoind
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user