15 lines
302 B
YAML
15 lines
302 B
YAML
|
daemon:
|
||
|
cache_git_dir: /var/cache/gitcache.git
|
||
|
cache_git_for: 5s
|
||
|
parallel_downloads: 5
|
||
|
|
||
|
actions:
|
||
|
- triggers:
|
||
|
- repo_url: https://git.mothstuff.lol/lukeshu/umorpha-boxes
|
||
|
rev: HEAD
|
||
|
run: echo foo
|
||
|
- triggers:
|
||
|
- repo_url: https://git.lukeshu.com/btrfs-progs-ng
|
||
|
rev: HEAD
|
||
|
run: echo bar
|