Skip to content

Commit 3411229

Browse files
authored
Repoint geth end-to-end tests to master (ethereum#272)
1 parent 0000e2b commit 3411229

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ jobs:
5555
mkdir -p ~/.ssh/
5656
echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
5757
export CELO_MONOREPO_DIR="./celo-monorepo"
58-
# TODO(asa): Replace asaj/gasfeetests with master after https://github.com/celo-org/celo-monorepo/pull/3698 is merged.
59-
git clone --depth 1 https://${GH_AUTH_USERNAME}:${GH_AUTH_TOKEN}@github.com/celo-org/celo-monorepo.git ${CELO_MONOREPO_DIR} -b asaj/gasfeetests
58+
git clone --depth 1 https://${GH_AUTH_USERNAME}:${GH_AUTH_TOKEN}@github.com/celo-org/celo-monorepo.git ${CELO_MONOREPO_DIR} -b master
6059
# Change these paths to use https login since the SSH key does not have access to these repositories.
6160
# These environment variables are configured atssh -p 64535 34.230.3.71 https://circleci.com/gh/celo-org/geth/edit#env-vars
6261
sed -i "s#git+ssh#git+https#" ${CELO_MONOREPO_DIR}/packages/protocol/package.json

0 commit comments

Comments
 (0)