Fix circle.yml to actually deploy external ui changes (#1910)

Conditional was the wrong way around.
This commit is contained in:
Mike Lang
2016-10-07 18:20:39 -07:00
committed by Tom Wilkie
parent 727404c9b8
commit 2bc31e8728

View File

@@ -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" || (