mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 10:41:14 +00:00
Merge pull request #1710 from kinvolk/alban/hub2
circle.yml: another fix for deploy master with non-upstream hub accounts
This commit is contained in:
@@ -73,7 +73,7 @@ deployment:
|
||||
)) &&
|
||||
docker push ${DOCKER_ORGANIZATION:-$DOCKER_USER}/scope &&
|
||||
docker push ${DOCKER_ORGANIZATION:-$DOCKER_USER}/scope:$(./image-tag) &&
|
||||
(test "${DOCKER_ORGANIZATION:-$DOCKER_USER}" == "weaveworks" && (
|
||||
(test "${DOCKER_ORGANIZATION:-$DOCKER_USER}" != "weaveworks" || (
|
||||
wcloud deploy weaveworks/scope:$(./image-tag)
|
||||
))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user