Use https instead of requiring SSH token with clone rights - closes #444

This commit is contained in:
mratsim 2019-10-01 11:35:17 +02:00 committed by Jacek Sieka
parent 4fd5af6d05
commit f19dc27c52
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
1 changed files with 1 additions and 1 deletions

View File

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