From 1ae8f9725d0bb217028a699c83da8745552214df Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Tue, 7 May 2024 19:42:56 +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 5f35910..8a2aa79 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,4 +42,4 @@ steps: from_secret: SECRET_SONAR_LOGIN commands: - sonar-scanner -Dsonar.projectKey=portfolio-website -Dsonar.sources=. -Dsonar.host.url=https://codefirst.iut.uca.fr/sonar -Dsonar.login=$${SONAR_TOKEN} - depends_on: [ studentbrosjs-build ] \ No newline at end of file + depends_on: [ docker-build-and-push ] \ No newline at end of file