ziglings/.woodpecker/eowyn.yaml
Chris Boesch b484be9ac1 Update .woodpecker/eowyn.yaml
Add pull command
2024-04-24 14:40:01 +00:00

9 lines
172 B
YAML

steps:
- name: eowyn
image: ziglings/ziglang:latest
pull: true
commands:
- sh ./patches/eowyn.sh
when:
event: [push, cron]
cron: daily*