Skip to content
Snippets Groups Projects
Commit 97e7e032 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

fix circle.yml

parent 8c6c0bb7
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ deployment:
branch: master
commands:
- set +x
- docker login -u $DOCKER_HUB_USER -p $DOCKER_HUB_PASS
- docker login -u $DOCKER_HUB_USER -p $DOCKER_HUB_PASS -e $DOCKER_HUB_EMAIL
- set -x
- captain push --branch-tags=false --commit-tags=true
- git fetch origin stable
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment