Skip to content

CircleCI builds broken #241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pderaaij opened this issue Jan 4, 2019 · 4 comments
Closed

CircleCI builds broken #241

pderaaij opened this issue Jan 4, 2019 · 4 comments
Labels
bug Something isn't working

Comments

@pderaaij
Copy link
Contributor

pderaaij commented Jan 4, 2019

Currently the builds in CircleCI are broken.

Unsure who is owning the project in CircleCI, but would be great if the following things could be checked.

Would be nice if the builds are working properly again.

Thanks in advance!

@pderaaij
Copy link
Contributor Author

pderaaij commented Jan 4, 2019

It is a bit weird that the builds triggered by dependabot are working properly.

@philsturgeon
Copy link
Contributor

When I added docker pushing I had to disable env variables for forked repos, and I'm still trying to figure out how to enable coveralls without leaking secrets.

@philsturgeon philsturgeon added the bug Something isn't working label Jan 4, 2019
@pderaaij
Copy link
Contributor Author

pderaaij commented Jan 4, 2019

Tricky one, did some research but didn't found that much useful. Will have another look when I have more time.

@pderaaij
Copy link
Contributor Author

pderaaij commented Jan 6, 2019

Have been looking into the setup of https://github.com/facebook/react which also uses CircleCI and coveralls. In that repo they only upload the coverage on the master branch, so after merges of the PR. Which seems to be also be the best way to approach this.

If we want it like that we would have to add a conditional to only update the coverage report on the master branch. Just like they've done in the post with the early return on forked PRs:
https://circleci.com/blog/managing-secrets-when-you-have-pull-requests-from-outside-contributors/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants