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

disable sonarqube from circle.yml because not accessible from a public URL for the moment

parent 3b4bc4bf
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,4 @@ deployment:
commands:
- docker login -u $DOCKER_HUB_USER -p $DOCKER_HUB_PASS -e $DOCKER_HUB_EMAIL
- captain push --branch-tags=false --commit-tags=true
- mvn sonar:sonar -Dsonar.login=$SONAR_KEY
# - mvn sonar:sonar -Dsonar.login=$SONAR_KEY # Need SonarQube back on a public URL
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