mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
b484be9ac1
Add pull command
9 lines
172 B
YAML
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*
|