ethereum / solidity-examples

Loose collection of Solidity example code
MIT License
532 stars 161 forks source link

Fix checkout step error in build #52

Closed lokst closed 5 years ago

lokst commented 5 years ago

Referring to https://circleci.com/gh/ethereum/solidity-examples/78, the build failed at the checkout step. This could mean that the deploy key for the repository (listed on https://circleci.com/gh/ethereum/solidity-examples/edit#checkout) might be no longer valid. Removing and adding a fresh one might resolve the checkout step error.

chriseth commented 5 years ago

This is really weird - it's a public repository, why would you not be able to clone it?

lokst commented 5 years ago

CircleCI creates a key which is used for checking out a repository when it is followed on CircleCI. Clicking on Add Deploy Key on https://circleci.com/gh/ethereum/solidity-examples/edit#checkout should regenerate a new key and resolve the checkout issue.

chriseth commented 5 years ago

Thanks!