Skip to content

Commit

Permalink
Reset e2e test branch back to master (ethereum#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
nityas authored Jun 22, 2019
1 parent de6848d commit f58e27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
mkdir -p ~/.ssh/
echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
export CELO_MONOREPO_DIR="./celo-monorepo"
git clone --depth 1 https://${GH_AUTH_USERNAME}:${GH_AUTH_TOKEN}@github.com/celo-org/celo-monorepo.git ${CELO_MONOREPO_DIR} -b nitya/stability-fee
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 f58e27f

Please sign in to comment.