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

update circle.yml

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