try fix sonar & changes on triggers
continuous-integration/drone/pr Build is failing Details

pull/52/head
Alexandre AGOSTINHO 2 years ago
parent 35375a5099
commit 15b25a1c13

@ -9,7 +9,6 @@ trigger:
- feature/* - feature/*
event: event:
- push - push
- pull_request
ref: ref:
exclude: exclude:
- refs/tags/no-ci - refs/tags/no-ci
@ -42,7 +41,7 @@ steps:
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/**,ConsoleApp/**,Views/**" coverage_exclusions: "Tests/**, ConsoleApp/**, Views/**"
commands: commands:
- cd MCTG/ - cd MCTG/
- dotnet restore CI-CD.slnf - dotnet restore CI-CD.slnf
@ -82,7 +81,7 @@ trigger:
- master - master
- dev - dev
event: event:
- push - pull_request
steps: steps:
# Docker build and push image console-app # Docker build and push image console-app

Loading…
Cancel
Save