Skip to content

Commit

Permalink
Merge pull request #3519 from ethereum/fix/geth-ci
Browse files Browse the repository at this point in the history
Pin geth docker version to v1.9.13
  • Loading branch information
ryanio committed May 13, 2020
2 parents 137ca7b + ad847df commit 4ec98d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/e2e.geth.automine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo " "
# Launch client w/ two unlocked accounts.
# + accounts[0] default geth unlocked bal = ~infinity
# + accounts[1] unlocked, signing password = 'left-hand-of-darkness'
geth-dev-assistant --period 2 --accounts 1 --tag 'stable'
geth-dev-assistant --period 2 --accounts 1 --tag 'v1.9.13'

# Test
GETH_AUTOMINE=true nyc --no-clean --silent _mocha -- \
Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e.geth.instamine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo " "
# Launch client w/ two unlocked accounts.
# + accounts[0] default geth unlocked bal = ~infinity
# + accounts[1] unlocked, bal=50 eth, signing password = 'left-hand-of-darkness'
geth-dev-assistant --accounts 1 --tag 'stable'
geth-dev-assistant --accounts 1 --tag 'v1.9.13'

# Test
GETH_INSTAMINE=true nyc --no-clean --silent _mocha -- \
Expand Down

0 comments on commit 4ec98d4

Please sign in to comment.