17 lines
493 B
JSON
17 lines
493 B
JSON
{
|
|
"test-e2e": {
|
|
"repo": "/srv/orchestra/repos/test-e2e",
|
|
"worktree_root": "/srv/orchestra/worktrees/test-e2e",
|
|
"remote": "origin",
|
|
"quality_gate": "go test ./...",
|
|
"safe_operations": ["read", "edit", "test", "git"]
|
|
},
|
|
"correx": {
|
|
"repo": "/srv/orchestra/repos/correx",
|
|
"worktree_root": "/srv/orchestra/worktrees/correx",
|
|
"remote": "origin",
|
|
"quality_gate": "go test ./... && go vet ./...",
|
|
"safe_operations": ["read", "edit", "test", "git"]
|
|
}
|
|
}
|