From ed7b838392d36a53a336410a8d68e6d24292d833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Mielcarek?= Date: Fri, 17 May 2024 13:55:54 +0200 Subject: [PATCH] Adding CI jobs dependencies --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index dea0575..852cfff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,6 +45,7 @@ steps: from_secret: SECRET_REGISTRY_USERNAME password: from_secret: SECRET_REGISTRY_PASSWORD + depends_on: [ create-bigbrother-database ] - name: deploy-container-server image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest @@ -76,6 +77,7 @@ steps: from_secret: SECRET_REGISTRY_USERNAME password: from_secret: SECRET_REGISTRY_PASSWORD + depends_on: [ create-bigbrother-database ] - name: deploy-container-script image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest