From 80a1e6578faca6e5b3c0a092d7fc8d0358f0b06b Mon Sep 17 00:00:00 2001 From: visoulier Date: Fri, 5 Apr 2024 13:15:04 +0200 Subject: [PATCH] [Test] inclusion target --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index a5f703c..8e83bb1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -73,10 +73,12 @@ steps: from_secret: postgres_password_secret ADMINS: alixjeudi--lemoine,victorsoulier,gwenaelplanchon - - name: code-analysis-android + - name: code-analysis-api image: aosapps/drone-sonar-plugin - settings: + depends_on: [deploy-container-app] + settings: sonar_host: from_secret: sonar_host sonar_token: - from_secret: sonar_sae_token \ No newline at end of file + from_secret: sonar_sae_token + inclusions: **/SpringBootProject/target/** \ No newline at end of file