remove task form makefile
ci/woodpecker/push/woodpecker Pipeline was successful Details

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
1 changed files with 0 additions and 5 deletions

View File

@ -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"