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…
Reference in New Issue