Fixed woodpecker warnings

This commit is contained in:
Chris Boesch
2024-04-10 22:56:33 +02:00
parent 72e3d6ebdc
commit f4f8eb7ff1
2 changed files with 8 additions and 8 deletions

8
.woodpecker/eowyn.yaml Normal file
View File

@@ -0,0 +1,8 @@
steps:
- name: eowyn
image: ziglings/ziglang
commands:
- sh ./patches/eowyn.sh
when:
event: [push, cron]
cron: daily*

View File

@@ -1,8 +0,0 @@
steps:
eowyn:
image: ziglings/ziglang:latest
pull: true
commands:
- sh ./patches/eowyn.sh
when:
event: [ push, cron ]