mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
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:
@@ -77,7 +77,7 @@ deployment:
|
|||||||
)) &&
|
)) &&
|
||||||
docker push ${DOCKER_ORGANIZATION:-$DOCKER_USER}/scope &&
|
docker push ${DOCKER_ORGANIZATION:-$DOCKER_USER}/scope &&
|
||||||
docker push ${DOCKER_ORGANIZATION:-$DOCKER_USER}/scope:$(./tools/image-tag) &&
|
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}" || (
|
test -z "${QUAY_USER}" || (
|
||||||
|
|||||||
Reference in New Issue
Block a user