17 lines
355 B
YAML
17 lines
355 B
YAML
|
|
# Test fixture: minimal single-target config
|
||
|
|
josh:
|
||
|
|
proxy_url: "https://josh.test.local"
|
||
|
|
monorepo_path: "org/repo"
|
||
|
|
|
||
|
|
targets:
|
||
|
|
- name: "example"
|
||
|
|
subfolder: "services/example"
|
||
|
|
subrepo_url: "https://gitea.test.local/ext/example.git"
|
||
|
|
branches:
|
||
|
|
main: main
|
||
|
|
|
||
|
|
bot:
|
||
|
|
name: "test-bot"
|
||
|
|
email: "test@test.local"
|
||
|
|
trailer: "Josh-Sync-Origin"
|