remove arbitrary branch deploy commands

This commit is contained in:
Bradley Cicenas 2017-06-12 14:25:02 +00:00
parent 429d5b9101
commit 288380ca8d
1 changed files with 0 additions and 5 deletions

View File

@ -21,8 +21,3 @@ deployment:
- docker tag ctop ${IMAGE_NAME}:$(cat VERSION)
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io
- docker push ${IMAGE_NAME}
branch: /^.*/
commands:
- docker tag ctop ${IMAGE_NAME}:${CIRCLE_BRANCH}
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io
- docker push ${IMAGE_NAME}