From f8080b11e9c74055812b73662ea099f9e9026e36 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Tue, 17 May 2022 13:09:56 +0200 Subject: [PATCH] Set source directory and use https for sonar CI --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a8e9f8ae6..1aed930f1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,5 +15,6 @@ steps: - name: sonarqube image: aosapps/drone-sonar-plugin settings: - sonar_host: http://sq.hugot.nl + sonar_host: https://sq.hugot.nl sonar_token: ea716ce5c8240a7cb43298d86158ea654b0ea85f + sources: './src'