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

SQLite
Lucas DELANIER 2 years ago
parent 893d54dc3e
commit 4c645f15c3

@ -1,21 +1,20 @@
kind: pipeline kind: pipeline
type: docker ttype: docker
name: ShakeAndCraft name: ShakeAndCraft
trigger: trigger:
event: event:
- push - push
steps: steps:
- name: build - name: build
image: gradle:jdk11 image: gradle:jdk11
commands: commands:
- gradle build - gradle build
- name: sonarqube
- name: sonarqube image: sonarsource/sonar-scanner-cli:4.5
image: sonarsource/sonar-scanner-cli:4.5 environment:
environment: - SONAR_HOST_URL=https://your-sonarqube-url.com
- SONAR_HOST_URL=https://your-sonarqube-url.com - SONAR_LOGIN=${SONAR_TOKEN}
- SONAR_LOGIN=${SONAR_TOKEN} commands:
commands: - sonar-scanner
- sonar-scanner
Loading…
Cancel
Save