add dummy step
Some checks failed
ci/woodpecker/push/update-flake Pipeline was successful
ci/woodpecker/manual/update-flake Pipeline failed

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-09 08:07:01 +01:00
parent 505d788f81
commit 3610acc668
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -1,4 +1,8 @@
pipeline:
empty:
image: nixery.dev/shell
commands:
- "true"
flake-update:
image: nixpkgs/nix-unstable
commands:
@ -24,7 +28,8 @@ pipeline:
EOF
- nix flake update
when:
event: cron
- event: cron
- event: manual
git-push:
image: nixery.dev/shell/ssh/git/gpg
commands: |
@ -46,7 +51,8 @@ pipeline:
- gpg_key
- ssh_key
when:
event: cron
- event: cron
- event: manual
gitea-pr:
image: nixery.dev/shell/curl
commands: |
@ -54,4 +60,5 @@ pipeline:
secrets:
- gitea_token
when:
event: cron
- event: cron
- event: manual