Removed ui-build-pkg from circle.yml

This commit is contained in:
Jordan Pellizzari
2017-01-24 23:06:45 -08:00
parent 33844ca650
commit 29edaebba3

View File

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