Skip to content

Commit

Permalink
oops, wasn't building unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles Crabill committed Aug 9, 2016
1 parent ec0015e commit 93df0fe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ test:

deployment:
# this is just for dev, uncomment for testing circleci building
# hub_all:
# branch: /.*/
# commands:
# - "[ ! -z $DOCKERHUB_REPO ]"
# - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
# - docker tag app:build ${DOCKERHUB_REPO}:unstable
# - docker push ${DOCKERHUB_REPO}:unstable
hub_all:
branch: /.*/
commands:
- "[ ! -z $DOCKERHUB_REPO ]"
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker tag app:build ${DOCKERHUB_REPO}:unstable
- docker push ${DOCKERHUB_REPO}:unstable

hub_latest:
branch: master
Expand Down

0 comments on commit 93df0fe

Please sign in to comment.