make the depends_on a list
This commit is contained in:
parent
6635c5fc9d
commit
03542ad2a9
1 changed files with 4 additions and 2 deletions
|
@ -74,7 +74,8 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
SSH_KEY:
|
SSH_KEY:
|
||||||
from_secret: SSH_KEY
|
from_secret: SSH_KEY
|
||||||
depends_on: Format nix
|
depends_on:
|
||||||
|
- Format nix
|
||||||
- name: Create pull request
|
- name: Create pull request
|
||||||
image: nixery.dev/shell/curl
|
image: nixery.dev/shell/curl
|
||||||
commands:
|
commands:
|
||||||
|
@ -83,7 +84,8 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
AUTHORISATION:
|
AUTHORISATION:
|
||||||
from_secret: GITEA_KEY
|
from_secret: GITEA_KEY
|
||||||
depends_on: Push git
|
depends_on:
|
||||||
|
- Push git
|
||||||
#trigger:
|
#trigger:
|
||||||
# event:
|
# event:
|
||||||
# - cron
|
# - cron
|
||||||
|
|
Reference in a new issue