Merge pull request #2266 from weaveworks/mike/fix-ui-circle-rebuild

circle.yml: Fix ui upload step so it doesn't build twice
This commit is contained in:
Mike Lang
2017-02-21 21:40:50 -08:00
committed by GitHub

View File

@@ -77,7 +77,7 @@ deployment:
)) &&
docker push ${DOCKER_ORGANIZATION:-$DOCKER_USER}/scope &&
docker push ${DOCKER_ORGANIZATION:-$DOCKER_USER}/scope:$(./tools/image-tag) &&
(test -z "${UI_BUCKET_KEY_ID}" || make ui-upload)
(test -z "${UI_BUCKET_KEY_ID}" || (cd $SRCDIR && make ui-upload))
)
- |
test -z "${QUAY_USER}" || (