This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user