From 5211d55539e73f33ef870201f04d6763c02e4819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Mielcarek?= Date: Wed, 22 May 2024 00:02:03 +0200 Subject: [PATCH] Fix steps dependency --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9850536..7a18b66 100644 --- a/.drone.yml +++ b/.drone.yml @@ -79,7 +79,7 @@ steps: from_secret: SECRET_REGISTRY_USERNAME password: from_secret: SECRET_REGISTRY_PASSWORD - depends_on: [ create-bigbrother-database ] + #depends_on: [ create-bigbrother-database ] - name: deploy-container-script image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest