From 96a70f1bc62b3ca57cd8fa521c438b0004830937 Mon Sep 17 00:00:00 2001
From: Benjamin Bollen <ben@erisindustries.com>
Date: Wed, 11 May 2016 00:06:15 +0200
Subject: [PATCH] hack to enable PRs, CI and CD need to be decoupled as of
 0.12.0

Signed-off-by: Benjamin Bollen <ben@erisindustries.com>
---
 circle.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/circle.yml b/circle.yml
index 994cf804..cf47a97d 100644
--- a/circle.yml
+++ b/circle.yml
@@ -28,13 +28,14 @@ dependencies:
     - sudo chmod +x /usr/bin/docker
     # Override host go
     - sudo service docker start
-    - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io
+    # NOTE [ben]: @afdudley, this is a temporary hack to enable PRs as of 0.12.0
+    # - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io
     - "sudo apt-get update && sudo apt-get install -y libgmp3-dev"
     # Install erisdb cmd for tests
     - cd $GOPATH_REPO && go install ./cmd/erisdb
   cache_directories:
     - ~/cache
-    
+
 test:
   pre:
     - go get github.com/stretchr/testify
-- 
GitLab