mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-31 00:36:10 +00:00
Use https instead of requiring SSH token with clone rights - closes #444
This commit is contained in:
parent
4fd5af6d05
commit
f19dc27c52
@ -26,7 +26,7 @@ else
|
||||
fi
|
||||
|
||||
[[ -d "$SRCDIR" ]] || {
|
||||
git clone git@github.com:prysmaticlabs/prysm.git "$SRCDIR"
|
||||
git clone https://github.com/prysmaticlabs/prysm.git "$SRCDIR"
|
||||
pushd "$SRCDIR"
|
||||
bazel build --define ssz=minimal //beacon-chain //validator
|
||||
popd
|
||||
|
Loading…
x
Reference in New Issue
Block a user