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

update circle.yml

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