Skip to content

Remove docker login step from Circle yml #329

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

Merged
merged 1 commit into from
Jul 20, 2018
Merged

Conversation

larkinscott
Copy link
Contributor

This removes the docker login step from our Circle yml. The idea is
that this is pulling the parser image, which was private when we added
this step. However, the parser image is now public.

This is also blocking OSS contributions from users who have forked
duplication, since Circle fails at this step on forks.

Co-authored-by: Max Jacobson max@hardscrabble.net

This removes the docker login step from our Circle yml. The idea is
that this is pulling the parser image, which was private when we added
this step. However, the parser image is now public.

This is also blocking OSS contributions from users who have forked
duplication, since Circle fails at this step on forks.

Co-authored-by: Max Jacobson <max@hardscrabble.net>
@maxjacobson
Copy link
Contributor

That theory sounds right to me, and the fact that this is green seems like pretty good evidence that the line isn't necessary. Seems like we should merge this, then encourage OSS contributors to rebase on top of master

@larkinscott larkinscott merged commit 77e3337 into master Jul 20, 2018
@larkinscott larkinscott deleted the sl/remove-docker-login branch July 20, 2018 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants