From 15b25a1c13186e481d34d4a529f0fcb907d577aa Mon Sep 17 00:00:00 2001 From: Alexandre Agostinho Date: Mon, 29 May 2023 17:40:01 +0200 Subject: [PATCH] try fix sonar & changes on triggers --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4a81c38..3491435 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,6 @@ trigger: - feature/* event: - push - - pull_request ref: exclude: - refs/tags/no-ci @@ -42,7 +41,7 @@ steps: sonar_token: from_secret: SECRET_SONAR_LOGIN project_key: "SAE-2.01_MCTG" - coverage_exclusions: "Tests/**,ConsoleApp/**,Views/**" + coverage_exclusions: "Tests/**, ConsoleApp/**, Views/**" commands: - cd MCTG/ - dotnet restore CI-CD.slnf @@ -82,7 +81,7 @@ trigger: - master - dev event: - - push + - pull_request steps: # Docker build and push image console-app