From a7ab4573c59b6aaaa765ca565d9671722a457f02 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 4 Dec 2022 20:23:48 +0100 Subject: [PATCH] update makefile run-code-quality-analysis command: use current branch and envvars --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 966581f..783bb6a 100644 --- a/Makefile +++ b/Makefile @@ -34,4 +34,4 @@ translations: .ONESHELL: run-code-quality-analysis: export SONAR_TOKEN="$$SONAR_TOKEN_DEBLAN_SIDE_MENU" - sonar-scanner -Dsonar.projectKey=deblan-side_menu -Dsonar.sources=. -Dsonar.host.url=https://cq.gitnet.fr + sonar-scanner -Dsonar.projectKey=deblan-side_menu -Dsonar.sources=. -Dsonar.host.url=$$SONAR_SERVER -Dsonar.branch.name=$$(git branch --show-current)