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: 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