Skip to content

Commit

Permalink
Fix monorepo checkout in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Or Neeman committed Jul 14, 2021
1 parent a77485e commit d077fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ jobs:
ssh-keygen -F github.com -l -f ~/.ssh/known_hosts | grep "github.com RSA ${GITHUB_RSA_FINGERPRINT}"
git clone --depth 1 https://github.com/celo-org/celo-monorepo.git celo-monorepo
cd celo-monorepo
git fetch --depth 1 origin ${CELO_MONOREPO_COMMIT_OR_BRANCH}
git checkout ${CELO_MONOREPO_COMMIT_OR_BRANCH}
yarn install || yarn install
yarn build --scope @celo/celotool --include-filtered-dependencies
Expand Down

0 comments on commit d077fc4

Please sign in to comment.