Skip to content

Commit

Permalink
Remove wcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbellamy committed Dec 12, 2016
1 parent 90c29f2 commit 2caa2b6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies:
- "~/docker"
override:
- |
go get -u github.com/weaveworks/build-tools/cmd/wcloud &&
sudo apt-get update &&
sudo apt-get install jq pv &&
(curl https://sdk.cloud.google.com | bash) &&
Expand Down Expand Up @@ -74,12 +73,7 @@ deployment:
)) &&
docker push ${DOCKER_ORGANIZATION:-$DOCKER_USER}/scope &&
docker push ${DOCKER_ORGANIZATION:-$DOCKER_USER}/scope:$(./tools/image-tag) &&
(test -z "${UI_BUCKET_KEY_ID}" || (
make ui-upload
)) &&
(test "${DOCKER_ORGANIZATION:-$DOCKER_USER}" != "weaveworks" || (
wcloud deploy -u circle weaveworks/scope:$(./tools/image-tag)
))
(test -z "${UI_BUCKET_KEY_ID}" || make ui-upload)
)
hub-dev:
branch: /^((?!master).)*$/ # not the master branch
Expand Down

0 comments on commit 2caa2b6

Please sign in to comment.