ci: updating woodpecker setup
This commit is contained in:
parent
061511a9ed
commit
e6e565f000
1 changed files with 8 additions and 0 deletions
|
@ -28,3 +28,11 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
|
release-placeholder:
|
||||||
|
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
||||||
|
commands:
|
||||||
|
- echo done
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
branch: main
|
||||||
|
|
Reference in a new issue