From cce45d5c66923d24f53c0425e0e209f7b916517d Mon Sep 17 00:00:00 2001 From: rohit Date: Mon, 1 Dec 2025 19:10:04 +0000 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9df175f..2552c5d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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