diff --git a/.drone.yml b/.drone.yml index be0b01b..0fa4443 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,8 +5,9 @@ name: build steps: - name: code-analysis image: registry.regnault.dev/drone-sonar-plugin:1 - settings: - sonar_host: + environment: + PLUGIN_SONAR_HOST: from_secret: sonar_host - sonar_token: + SONAR_TOKEN: from_secret: sonar_token + DRONE_REPO: Captchuccino