Update .woodpecker.yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-12-01 19:10:04 +00:00
parent 18f5e03ff7
commit cce45d5c66

View File

@@ -14,23 +14,23 @@ steps:
- pip install pytest - pip install pytest
- pytest - pytest
- name: sonar-scan # - name: sonar-scan
image: sonarsource/sonar-scanner-cli # image: sonarsource/sonar-scanner-cli
environment: # environment:
SONAR_TOKEN: # SONAR_TOKEN:
from_secret: SONAR_TOKEN # from_secret: SONAR_TOKEN
SONAR_URL: # SONAR_URL:
from_secret: SONAR_URL # from_secret: SONAR_URL
SONAR_ORGANIZATION: # SONAR_ORGANIZATION:
from_secret: SONAR_ORGANIZATION # from_secret: SONAR_ORGANIZATION
commands: # commands:
- > # - >
sonar-scanner # sonar-scanner
-Dsonar.login=$SONAR_TOKEN # -Dsonar.login=$SONAR_TOKEN
-Dsonar.host.url=$SONAR_URL # -Dsonar.host.url=$SONAR_URL
-Dsonar.projectKey=Magiciian_dummy-app # -Dsonar.projectKey=Magiciian_dummy-app
-Dsonar.organization=$SONAR_ORGANIZATION # -Dsonar.organization=$SONAR_ORGANIZATION
-Dsonar.sources=. # -Dsonar.sources=.
- name: notify - name: notify
image: curlimages/curl image: curlimages/curl