diff --git a/.drone.yml b/.drone.yml index 3ca49d3..0603e67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,6 @@ steps: SONAR_HOST_URL: "https://your-sonarqube-url.com" SONAR_LOGIN: ${SONAR_TOKEN} settings: - sources ./ShakeAndCraft/ + sources: ./ShakeAndCraft/ commands: - sonar-scanner \ No newline at end of file