From f58e27f2e7db8418dadc81e1c8c18b8035ac2a74 Mon Sep 17 00:00:00 2001 From: Nitya Subramanian Date: Sat, 22 Jun 2019 10:55:05 -0700 Subject: [PATCH] Reset e2e test branch back to master (#299) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 98ce708deafa..0389b17567e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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