From c74fdd5d0503201c944be4d4f70eb120fe4f0c14 Mon Sep 17 00:00:00 2001 From: visoulier Date: Fri, 5 Apr 2024 13:15:39 +0200 Subject: [PATCH] [test] fix str --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8e83bb1..490bd83 100644 --- a/.drone.yml +++ b/.drone.yml @@ -81,4 +81,4 @@ steps: from_secret: sonar_host sonar_token: from_secret: sonar_sae_token - inclusions: **/SpringBootProject/target/** \ No newline at end of file + inclusions: '**/SpringBootProject/target/**' \ No newline at end of file