CI: always use the go-libp2p-daemon HEAD
This commit is contained in:
parent
ead8b4cc38
commit
6c77f99427
|
@ -40,7 +40,7 @@ install:
|
|||
|
||||
# install and build go-libp2p-daemon
|
||||
- curl -O -L -s -S https://raw.githubusercontent.com/status-im/nimbus-build-system/master/scripts/build_p2pd.sh
|
||||
- bash build_p2pd.sh p2pdCache
|
||||
- bash build_p2pd.sh p2pdCache HEAD
|
||||
|
||||
build_script:
|
||||
- nimble install -y --depsOnly
|
||||
|
|
|
@ -31,7 +31,7 @@ install:
|
|||
|
||||
# install and build go-libp2p-daemon
|
||||
- curl -O -L -s -S https://raw.githubusercontent.com/status-im/nimbus-build-system/master/scripts/build_p2pd.sh
|
||||
- bash build_p2pd.sh p2pdCache
|
||||
- bash build_p2pd.sh p2pdCache HEAD
|
||||
|
||||
script:
|
||||
- nimble install -y --depsOnly
|
||||
|
|
Loading…
Reference in New Issue