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]