Add depends_on for push step
This commit is contained in:
parent
b4919a5662
commit
13f01cdc30
1 changed files with 2 additions and 0 deletions
|
@ -580,6 +580,8 @@ steps:
|
|||
- name: push
|
||||
pull: always
|
||||
image: appleboy/drone-git-push
|
||||
depends_on:
|
||||
- download
|
||||
settings:
|
||||
author_email: "frederik@vikunja.io"
|
||||
author_name: Frederick [Bot]
|
||||
|
|
Loading…
Reference in a new issue