Skip to content

Commit

Permalink
Merge pull request #9 from codeclimate-community/gd-registry
Browse files Browse the repository at this point in the history
Remove CC registry
  • Loading branch information
gdiggs committed Feb 22, 2016
2 parents 9cb8415 + 99ed56c commit 6a65721
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ machine:
environment:
CLOUDSDK_CORE_DISABLE_PROMPTS: 1
PRIVATE_REGISTRY: us.gcr.io/code_climate
CODECLIMATE_DOCKER_REGISTRY_HOSTNAME: registry.codeclimate.net
CODECLIMATE_DOCKER_REGISTRY_USERNAME: circleci
CODECLIMATE_DOCKER_REGISTRY_EMAIL: ops@codeclimate.com

test:
override:
Expand All @@ -22,9 +19,6 @@ deployment:
- gcloud auth activate-service-account --key-file /tmp/gcloud_key.json
- gcloud docker -a
- docker push $PRIVATE_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM
- docker login --username=$CODECLIMATE_DOCKER_REGISTRY_USERNAME --password=$CODECLIMATE_DOCKER_REGISTRY_PASSWORD --email=$CODECLIMATE_DOCKER_REGISTRY_EMAIL $CODECLIMATE_DOCKER_REGISTRY_HOSTNAME
- docker tag $PRIVATE_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM $CODECLIMATE_DOCKER_REGISTRY_HOSTNAME/codeclimate/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM
- docker push $CODECLIMATE_DOCKER_REGISTRY_HOSTNAME/codeclimate/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM

notify:
webhooks:
Expand Down

0 comments on commit 6a65721

Please sign in to comment.