mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-24 07:46:41 +00:00
Fix circle.yml to actually deploy external ui changes (#1910)
Conditional was the wrong way around.
This commit is contained in:
@@ -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" || (
|
||||
|
||||
Reference in New Issue
Block a user