From 524dce270f06f16c53e9a50b10308a621d52794e Mon Sep 17 00:00:00 2001 From: RemRem Date: Tue, 14 Nov 2023 11:12:32 +0100 Subject: [PATCH] true fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cf9e3d1..771443b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: -Dsonar.login=$${SONAR_TOKEN} -Dsonar.language=php -Dsonar.host.url=https://codefirst.iut.uca.fr/sonar - depends-on: [build_api_image] + depends_on: [build_api_image] - name: deploy_api_image image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest