From d300db62ff5e07a302b2956fea79770ad1f1c2e9 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Wed, 18 Oct 2023 21:56:09 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 23fce683..f121c588 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ steps: - export SONAR_SCANNER_OPTS="-server" - sonar-scanner -D sonar.projectKey=HeartTrack -D sonar.sources=./Sources -D sonar.host.url=https://codefirst.iut.uca.fr/sonar # -D sonar.flutter.coverage.reportPath=./Sources/bowlin_project/coverage/lcov.info - depends_on: [ docker-build ] + depends_on: [ test ] # build image and push on the registry ✔️ - name: docker-build-and-push