Sonar integration not working.

This commit is contained in:
aminecmi 2022-07-20 08:58:43 +02:00
parent 58a1e109ce
commit e875af8e49

View File

@ -2,13 +2,13 @@ kind: pipeline
type: docker
steps:
- name: code-analysis
image: aosapps/drone-sonar-plugin
settings:
sonar_host:
from_secret: sonar_host
sonar_token:
from_secret: sonar_token
# - name: code-analysis
# image: aosapps/drone-sonar-plugin
# settings:
# sonar_host:
# from_secret: sonar_host
# sonar_token:
# from_secret: sonar_token
- name: build
image: node:14