From 0c030cefc3a80febf8a39e0b7b84312d0ab6b61a Mon Sep 17 00:00:00 2001 From: Mirco Nasuti <mirco.nasuti@chuv.ch> Date: Fri, 30 Sep 2016 15:40:46 +0200 Subject: [PATCH] disable sonarqube from circle.yml because not accessible from a public URL for the moment --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 359aebee9..ac3cf37b3 100644 --- a/circle.yml +++ b/circle.yml @@ -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 -- GitLab