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
|
fi
|
||||||
|
|
||||||
[[ -d "$SRCDIR" ]] || {
|
[[ -d "$SRCDIR" ]] || {
|
||||||
git clone git@github.com:prysmaticlabs/prysm.git "$SRCDIR"
|
git clone https://github.com/prysmaticlabs/prysm.git "$SRCDIR"
|
||||||
pushd "$SRCDIR"
|
pushd "$SRCDIR"
|
||||||
bazel build --define ssz=minimal //beacon-chain //validator
|
bazel build --define ssz=minimal //beacon-chain //validator
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in New Issue