File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments