Skip to content

Commit

Permalink
temp disable sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreJeanjacquot committed May 28, 2024
1 parent 695831e commit 530cf95
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,18 +290,18 @@ steps:
- build
- stack-ready

- name: code analysis
image: sonarsource/sonar-scanner-cli
pull: always
environment:
SONAR_TOKEN:
from_secret: sonar_token
SONAR_HOST:
from_secret: sonar_host
commands:
- sonar-scanner -Dsonar.host.url=$SONAR_HOST -Dsonar.branch.name=$DRONE_BRANCH
depends_on:
- test
# - name: code analysis
# image: sonarsource/sonar-scanner-cli
# pull: always
# environment:
# SONAR_TOKEN:
# from_secret: sonar_token
# SONAR_HOST:
# from_secret: sonar_host
# commands:
# - sonar-scanner -Dsonar.host.url=$SONAR_HOST -Dsonar.branch.name=$DRONE_BRANCH
# depends_on:
# - test

- name: test node 20
image: node:20
Expand Down

0 comments on commit 530cf95

Please sign in to comment.