Skip to content

Commit

Permalink
Repoint geth end-to-end tests to master (ethereum#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasguo authored and asaj committed Jun 20, 2019
1 parent 7b15320 commit 440864d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
mkdir -p ~/.ssh/
echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
export CELO_MONOREPO_DIR="./celo-monorepo"
# TODO(nguo) change this back to master
git clone --depth 1 https://${GH_AUTH_USERNAME}:${GH_AUTH_TOKEN}@github.com/celo-org/celo-monorepo.git ${CELO_MONOREPO_DIR} -b nguo/total-supply-goldtoken
git clone --depth 1 https://${GH_AUTH_USERNAME}:${GH_AUTH_TOKEN}@github.com/celo-org/celo-monorepo.git ${CELO_MONOREPO_DIR} -b master
# Change these paths to use https login since the SSH key does not have access to these repositories.
# Once we open source this code, these modifications can be eliminated.
# These environment variables are configured at https://circleci.com/gh/celo-org/geth/edit#env-vars
Expand Down

0 comments on commit 440864d

Please sign in to comment.