diff --git a/circle.yml b/circle.yml index 5555fa4b0..47ed292d7 100644 --- a/circle.yml +++ b/circle.yml @@ -75,8 +75,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) && - make ui-build-pkg + (test -z "${UI_BUCKET_KEY_ID}" || make ui-upload) ) - | test -z "${QUAY_USER}" || (