From 5c3ba92bb11c51bc607e75191bdf1a053dd9f0a9 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Wed, 18 Oct 2023 21:57:03 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f121c588..daf5d173 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,7 +48,6 @@ steps: context: Sources registry: hub.codefirst.iut.uca.fr repo: https://codefirst.iut.uca.fr/git/HeartDev/Web - depends_on: [ docker-build ] - name: notify image: ruby:2.1 @@ -58,4 +57,5 @@ steps: include: - refs/tags/*-demo commands: - - sh ./notifymail.sh \ No newline at end of file + - sh ./notifymail.sh + depends_on: [ docker-build-and-push]