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
- pytest
- name: sonar-scan
image: sonarsource/sonar-scanner-cli
environment:
SONAR_TOKEN:
from_secret: SONAR_TOKEN
SONAR_URL:
from_secret: SONAR_URL
SONAR_ORGANIZATION:
from_secret: SONAR_ORGANIZATION
commands:
- >
sonar-scanner
-Dsonar.login=$SONAR_TOKEN
-Dsonar.host.url=$SONAR_URL
-Dsonar.projectKey=Magiciian_dummy-app
-Dsonar.organization=$SONAR_ORGANIZATION
-Dsonar.sources=.
# - name: sonar-scan
# image: sonarsource/sonar-scanner-cli
# environment:
# SONAR_TOKEN:
# from_secret: SONAR_TOKEN
# SONAR_URL:
# from_secret: SONAR_URL
# SONAR_ORGANIZATION:
# from_secret: SONAR_ORGANIZATION
# commands:
# - >
# sonar-scanner
# -Dsonar.login=$SONAR_TOKEN
# -Dsonar.host.url=$SONAR_URL
# -Dsonar.projectKey=Magiciian_dummy-app
# -Dsonar.organization=$SONAR_ORGANIZATION
# -Dsonar.sources=.
- name: notify
image: curlimages/curl