diff --git a/.drone.yml b/.drone.yml index 7ec907c..7de8cfe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,21 +1,20 @@ kind: pipeline -type: docker +ttype: docker name: ShakeAndCraft trigger: - event: - - push + event: + - push steps: - - name: build - image: gradle:jdk11 - commands: - - gradle build - - - name: sonarqube - image: sonarsource/sonar-scanner-cli:4.5 - environment: - - SONAR_HOST_URL=https://your-sonarqube-url.com - - SONAR_LOGIN=${SONAR_TOKEN} - commands: - - sonar-scanner + - name: build + image: gradle:jdk11 + commands: + - gradle build + - name: sonarqube + image: sonarsource/sonar-scanner-cli:4.5 + environment: + - SONAR_HOST_URL=https://your-sonarqube-url.com + - SONAR_LOGIN=${SONAR_TOKEN} + commands: + - sonar-scanner \ No newline at end of file