blob: 36b0408406851fa0666465d00ad14973e54c4913 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Optionally track the test branch
#
kind: import
(?):
- test:
sources:
- kind: git
url: file://{repo}
track: test
- not test:
sources:
- kind: git
url: file://{repo}
track: master
|