CI: always use the go-libp2p-daemon HEAD

This commit is contained in:
Ștefan Talpalaru 2019-08-26 16:40:25 +02:00
parent ead8b4cc38
commit 6c77f99427
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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