Fix circle.yml syntax

Fix typo introduced by #2837
This commit is contained in:
Aaron Kirkbride
2017-09-01 13:55:04 +01:00
committed by GitHub
parent 1f0133123f
commit 5c5d645c76

View File

@@ -93,7 +93,7 @@ deployment:
docker tag weaveworks/scope:$(./tools/image-tag) "quay.io/${QUAY_ORGANIZATION}/scope:$(./tools/image-tag)" &&
docker push "quay.io/${QUAY_ORGANIZATION}/scope:$(./tools/image-tag)"
)
- test -z "${UI_BUCKET_KEY_ID}" || (cd $SRCDIR && make ui-upload && make ui-pkg-upload))
- test -z "${UI_BUCKET_KEY_ID}" || (cd $SRCDIR && make ui-upload && make ui-pkg-upload)
hub-dev:
branch: /^((?!master).)*$/ # not the master branch
commands: