Skip to content

Commit

Permalink
Fix EthereumAPIs Mirror Script (#8986)
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Jun 3, 2021
1 parent 8d42860 commit dd10a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/mirror-ethereumapis.sh
Expand Up @@ -44,8 +44,8 @@ git config --global user.name prylabsbot
git config --global url."https://git:'$github_api_token'@github.com/".insteadOf "git@github.com/"

# Clone ethereumapis and prysm
git clone git@github.com:prysmaticlabs/prysm /tmp/prysm/
git clone git@github.com:prysmaticlabs/ethereumapis /tmp/ethereumapis/
git clone https://github.com/prysmaticlabs/prysm /tmp/prysm/
git clone https://github.com/prysmaticlabs/ethereumapis /tmp/ethereumapis/

# Checkout the release tag in prysm and copy over protos
cd /tmp/prysm && git checkout "$tag"
Expand Down

0 comments on commit dd10a3a

Please sign in to comment.