add dummy step
This commit is contained in:
parent
505d788f81
commit
3610acc668
1 changed files with 10 additions and 3 deletions
|
@ -1,4 +1,8 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
|
empty:
|
||||||
|
image: nixery.dev/shell
|
||||||
|
commands:
|
||||||
|
- "true"
|
||||||
flake-update:
|
flake-update:
|
||||||
image: nixpkgs/nix-unstable
|
image: nixpkgs/nix-unstable
|
||||||
commands:
|
commands:
|
||||||
|
@ -24,7 +28,8 @@ pipeline:
|
||||||
EOF
|
EOF
|
||||||
- nix flake update
|
- nix flake update
|
||||||
when:
|
when:
|
||||||
event: cron
|
- event: cron
|
||||||
|
- event: manual
|
||||||
git-push:
|
git-push:
|
||||||
image: nixery.dev/shell/ssh/git/gpg
|
image: nixery.dev/shell/ssh/git/gpg
|
||||||
commands: |
|
commands: |
|
||||||
|
@ -46,7 +51,8 @@ pipeline:
|
||||||
- gpg_key
|
- gpg_key
|
||||||
- ssh_key
|
- ssh_key
|
||||||
when:
|
when:
|
||||||
event: cron
|
- event: cron
|
||||||
|
- event: manual
|
||||||
gitea-pr:
|
gitea-pr:
|
||||||
image: nixery.dev/shell/curl
|
image: nixery.dev/shell/curl
|
||||||
commands: |
|
commands: |
|
||||||
|
@ -54,4 +60,5 @@ pipeline:
|
||||||
secrets:
|
secrets:
|
||||||
- gitea_token
|
- gitea_token
|
||||||
when:
|
when:
|
||||||
event: cron
|
- event: cron
|
||||||
|
- event: manual
|
||||||
|
|
Reference in a new issue