6058d994b8
This new functiona argument will allow callers to set the default project branch on repo creation. It takes a list, all branches will be created with the first being repo HEAD. Change-Id: Iae5a71662740678e663bcd73d6ac660559db5d9a
19 lines
470 B
YAML
19 lines
470 B
YAML
- project: test/test-repo-1
|
|
description: One of several test repos
|
|
use-storyboard: true
|
|
acl-config: tools/acls/test/test.config
|
|
groups:
|
|
- testing
|
|
- project: test/test-repo-2
|
|
description: Second of several test repos
|
|
use-storyboard: false
|
|
acl-config: tools/acls/test/test.config
|
|
groups:
|
|
- testing
|
|
default-branch: main
|
|
- project: test/test-repo-3
|
|
description: A retired repo
|
|
acl-config: tools/acls/test/retired.config
|
|
groups:
|
|
- testing
|