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

update circle.yml

parent 9c599ebe
No related branches found
No related tags found
No related merge requests found
......@@ -9,20 +9,13 @@ test:
override:
- ./test.sh
deployment:
hub:
all:
branch: master
commands:
- set +x
- docker login -u $DOCKER_HUB_USER -p $DOCKER_HUB_PASS -e $DOCKER_HUB_EMAIL
- set -x
- captain push --branch-tags=false --commit-tags=true
automerge:
branch: master
commands:
- git fetch hub stable
- git checkout stable
- git pull hub master
- git push hub stable
- set +x
- mvn sonar:sonar -Dsonar.login=$SONAR_KEY
- set -x
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