Mise à jour de '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

SQLite
Lucas DELANIER 2 years ago
parent 055675efe2
commit 7094a2ffca

@ -7,14 +7,12 @@ trigger:
- push
steps:
- name: Install unzip
image: alpine
commands:
- apk add --no-cache unzip
- name: sonarqube
image: sonarsource/sonar-scanner-cli:4.5
environment:
SONAR_HOST_URL: "https://your-sonarqube-url.com"
SONAR_LOGIN: ${SONAR_TOKEN}
settings:
sources ./ShakeAndCraft/
commands:
- sonar-scanner
Loading…
Cancel
Save