From fb150e7785e1cb16585023aef429aef44c99cdf4 Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Tue, 26 Mar 2024 21:22:11 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 86baf36a..b99af159 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,7 +36,7 @@ steps: - export SONAR_SCANNER_OPTS="-server" - cd Sources - sonar-scanner -D sonar.projectKey=HeartTrack -D sonar.host.url=https://codefirst.iut.uca.fr/sonar - depends_on: [ test ] + #depends_on: [ test ] # build image and push on the registry ✔️ - name: rewrite-urls image: 'busybox:latest'