summaryrefslogtreecommitdiff
path: root/.woodpecker/eowyn.yml
blob: 1ec83373f246cf68ec82886402d665e35164b3ff (plain)
1
2
3
4
5
6
7
8
steps:
  eowyn:
    image: ziglings/ziglang:latest
    pull: true
    commands:
      - sh ./patches/eowyn.sh
    when:
      event: [ push, cron ]