mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 02:30:45 +00:00
Remove wcloud
This commit is contained in:
@@ -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) &&
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user