From e25f02859358227f7320806618d900877865ccbe Mon Sep 17 00:00:00 2001 From: Alexandre Agostinho Date: Wed, 10 May 2023 22:11:46 +0200 Subject: [PATCH] :alembic: fix CI code-analysis & doc-deployer --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 99db626..6c6fb10 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,7 @@ steps: sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_token: from_secret: SECRET_SONAR_LOGIN - project_key: "SAE-2.01 MCTG" + project_key: "SAE-2.01_MCTG" coverage_exclusions: "Tests/**" commands: - cd MCTG/ @@ -67,6 +67,7 @@ steps: when: branch: - master + - gestion/* event: - push - pull_request