diff --git a/.drone.yml b/.drone.yml index 5dc9ad8..3ca49d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file