Skip to content
Snippets Groups Projects
Commit 82c08694 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

fixes sonar script to keep / in branch name.

parent 7297ba17
No related branches found
No related tags found
No related merge requests found
mvn sonar:sonar -D sonar.branch.name="$(git rev-parse --abbrev-ref HEAD|tr / _ )" -DskipTests=true -Dsonar.language=java -Dsonar.report.export.path=sonar-report.json -Dsonar.host.url=http://localhost:9000 --activate-profiles sonar
mvn sonar:sonar -D sonar.branch.name="$(git rev-parse --abbrev-ref HEAD)" -DskipTests=true -Dsonar.language=java -Dsonar.report.export.path=sonar-report.json -Dsonar.host.url=http://localhost:9000 --activate-profiles sonar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment