From 2bc31e8728ae3b3e366d73d3276329e9e4d1d88d Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Fri, 7 Oct 2016 18:20:39 -0700 Subject: [PATCH] Fix circle.yml to actually deploy external ui changes (#1910) Conditional was the wrong way around. --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 94e906fe5..d5a2c3280 100644 --- a/circle.yml +++ b/circle.yml @@ -80,7 +80,7 @@ deployment: docker push ${DOCKER_ORGANIZATION:-$DOCKER_USER}/scope:$(./tools/image-tag) && docker push ${DOCKER_ORGANIZATION:-$DOCKER_USER}/scope-traffic-control-plugin && docker push ${DOCKER_ORGANIZATION:-$DOCKER_USER}/scope-traffic-control-plugin:$(./tools/image-tag) && - (test -n "${UI_BUCKET_KEY_ID}" || ( + (test -z "${UI_BUCKET_KEY_ID}" || ( make ui-upload )) && (test "${DOCKER_ORGANIZATION:-$DOCKER_USER}" != "weaveworks" || (