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
|
- name: push
|
||||||
pull: always
|
pull: always
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
|
depends_on:
|
||||||
|
- download
|
||||||
settings:
|
settings:
|
||||||
author_email: "frederik@vikunja.io"
|
author_email: "frederik@vikunja.io"
|
||||||
author_name: Frederick [Bot]
|
author_name: Frederick [Bot]
|
||||||
|
|
Loading…
Reference in a new issue