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

update circle.yml

parent 040f5372
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,17 @@ dependencies:
- chmod u+x ~/bin/captain
test:
override:
- captain test
- ./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
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