remove task form makefile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-08-30 16:03:29 +02:00
parent f63b3bf11c
commit 7ff5b31ce8
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -6,8 +6,3 @@ all:
clean: clean:
rm build/* 2>/dev/null || true 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"