Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2392 from trufflesuite/pinGeth
Browse files Browse the repository at this point in the history
Internal improvement: pin geth to latest stable version
  • Loading branch information
CruzMolina committed Sep 16, 2019
2 parents 8eace14 + 6b7f9eb commit eac41b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ run_geth() {
-p 8545:8545 \
-p 8546:8546 \
-p 30303:30303 \
ethereum/client-go:latest \
ethereum/client-go:v1.9.3 \
--rpc \
--rpcaddr '0.0.0.0' \
--rpcport 8545 \
Expand All @@ -35,7 +35,7 @@ if [ "$INTEGRATION" = true ]; then
elif [ "$GETH" = true ]; then

sudo apt install -y jq
docker pull ethereum/client-go:latest
docker pull ethereum/client-go:v1.9.3
run_geth
sleep 30
lerna run --scope truffle test --stream -- --exit
Expand Down

0 comments on commit eac41b0

Please sign in to comment.