|
|
@ -33,8 +33,8 @@ test:
|
|
|
|
- cd $GOPATH/src/$IMPORT_PATH && make bootstrap test
|
|
|
|
- cd $GOPATH/src/$IMPORT_PATH && make bootstrap test
|
|
|
|
|
|
|
|
|
|
|
|
deployment:
|
|
|
|
deployment:
|
|
|
|
master-branch:
|
|
|
|
gcr:
|
|
|
|
branch: master
|
|
|
|
branch: [master, "feat/circles"]
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
|
- echo $GCLOUD_SERVICE_KEY | base64 --decode > ${HOME}/gcloud-service-key.json
|
|
|
|
- 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
|
|
|
|
- sudo docker login -e 1234@5678.com -u _json_key -p "$(cat ${HOME}/gcloud-service-key.json)" https://gcr.io
|
|
|
|