On circle, report username as circle to wcould (#1815)

This commit is contained in:
Tom Wilkie
2016-08-18 12:06:49 +01:00
committed by GitHub
parent bdd97c7591
commit 38cc5aa29e

View File

@@ -74,7 +74,7 @@ deployment:
docker push ${DOCKER_ORGANIZATION:-$DOCKER_USER}/scope &&
docker push ${DOCKER_ORGANIZATION:-$DOCKER_USER}/scope:$(./tools/image-tag) &&
(test "${DOCKER_ORGANIZATION:-$DOCKER_USER}" != "weaveworks" || (
wcloud deploy weaveworks/scope:$(./tools/image-tag)
wcloud deploy -u circle weaveworks/scope:$(./tools/image-tag)
))
)
hub-dev: