File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
environment :
5
5
CLOUDSDK_CORE_DISABLE_PROMPTS : 1
6
6
PRIVATE_REGISTRY : us.gcr.io/code_climate
7
- PUBLIC_REGISTRY : hub.docker.com/codeclimate
8
7
9
8
test :
10
9
override :
@@ -20,7 +19,8 @@ deployment:
20
19
- curl https://sdk.cloud.google.com | bash
21
20
- gcloud auth activate-service-account --key-file /tmp/gcloud_key.json
22
21
- gcloud docker -a
23
- - git tag b$CIRCLE_BUILD_NUM master && git push origin b$CIRCLE_BUILD_NUM
24
22
- docker push $PRIVATE_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM
25
- - docker tag $PRIVATE_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM $PUBLIC_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM
26
- - docker push $PUBLIC_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM
23
+
24
+ notify :
25
+ webhooks :
26
+ - url : https://cc-slack-proxy.herokuapp.com/circle
You can’t perform that action at this time.
0 commit comments