From c3d252cce6a279a0ef23c214b0babf96ea05c030 Mon Sep 17 00:00:00 2001 From: Scott Larkin Date: Fri, 20 Jul 2018 13:12:10 -0400 Subject: [PATCH] Remove docker login step from circle yml 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 --- circle.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/circle.yml b/circle.yml index a918ad54..d608766a 100644 --- a/circle.yml +++ b/circle.yml @@ -12,7 +12,6 @@ dependencies: --env GCR_JSON_KEY --volume /var/run/docker.sock:/var/run/docker.sock codeclimate/patrick pull || true - - docker login --username "$DOCKER_USERNAME" --password "$DOCKER_PASSWORD" --email "$DOCKER_EMAIL" - make image test: