From 7ff5b31ce824f7a020fc110582f6969327366970 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 30 Aug 2022 16:03:29 +0200 Subject: [PATCH] remove task form makefile --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 395310b..4e2a319 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,3 @@ all: clean: rm build/* 2>/dev/null || true - -.ONESHELL: -run-code-quality-analysis: - export SONAR_TOKEN="$$SONAR_TOKEN_DEBLAN_I3_BLOCKS_GO" - sonar-scanner -Dsonar.projectKey=deblan-i3-blocks-go -Dsonar.sources=. -Dsonar.host.url="$$SONAR_SERVER"