From 38cc5aa29e34777673b1d7647c7dd501683550b3 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Thu, 18 Aug 2016 12:06:49 +0100 Subject: [PATCH] On circle, report username as circle to wcould (#1815) --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 377acbcf1..40399f4bf 100644 --- a/circle.yml +++ b/circle.yml @@ -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: