⚗️ fix CI code-analysis & doc-deployer
continuous-integration/drone/push Build is passing Details

pull/37/head
Alexandre AGOSTINHO 2 years ago
parent 90aac4dec9
commit e25f028593

@ -42,7 +42,7 @@ steps:
sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_host: https://codefirst.iut.uca.fr/sonar/
sonar_token: sonar_token:
from_secret: SECRET_SONAR_LOGIN from_secret: SECRET_SONAR_LOGIN
project_key: "SAE-2.01 MCTG" project_key: "SAE-2.01_MCTG"
coverage_exclusions: "Tests/**" coverage_exclusions: "Tests/**"
commands: commands:
- cd MCTG/ - cd MCTG/
@ -67,6 +67,7 @@ steps:
when: when:
branch: branch:
- master - master
- gestion/*
event: event:
- push - push
- pull_request - pull_request

Loading…
Cancel
Save