From 0d3e7b3cc5fb40f3306c803b823f289b2c530c2b Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 5 Oct 2020 16:05:38 +0200 Subject: [PATCH] drone sources --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6ecc041..1a1c348 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: sonar_host: https://sonar.hatthieves.es sonar_token: from_secret: sonar_token - sources: ./lib + sources: . - name: Build Ubuntu deb package image: ubuntu