From 8ad476740c18fcf75b3119991504d36c16c69b79 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Mon, 27 Jun 2016 15:11:35 -0700 Subject: [PATCH] add current branch for testing --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 83b4dcadd..12b9267a1 100644 --- a/circle.yml +++ b/circle.yml @@ -33,8 +33,8 @@ test: - cd $GOPATH/src/$IMPORT_PATH && make bootstrap test deployment: - master-branch: - branch: master + gcr: + branch: [master, "feat/circles"] commands: - echo $GCLOUD_SERVICE_KEY | base64 --decode > ${HOME}/gcloud-service-key.json - sudo docker login -e 1234@5678.com -u _json_key -p "$(cat ${HOME}/gcloud-service-key.json)" https://gcr.io