-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy path.bldr.toml
43 lines (38 loc) · 971 Bytes
/
.bldr.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[builder-api-proxy]
plan_path = "components/builder-api-proxy/habitat"
paths = [
"components/builder-web/*",
]
[builder-api]
plan_path = "components/builder-api/habitat"
paths = [
"components/builder-api/*",
"components/builder-core/*",
"components/builder-db/*",
"components/builder-depot/*",
"components/github-api-client/*",
"components/oauth-client/*",
"components/builder-protocol/*",
"support/ci/builder-base-plan.sh",
]
[builder-datastore]
plan_path = "components/builder-datastore"
[builder-jobsrv]
plan_path = "components/builder-jobsrv/habitat"
paths = [
"components/builder-jobsrv/*",
"components/builder-core/*",
"components/builder-protocol/*",
"components/builder-db/*",
"support/ci/builder-base-plan.sh",
]
[builder-minio]
plan_path = "components/builder-minio/habitat"
paths = [
"components/builder-minio/*"
]
[builder-memcached]
plan_path = "components/builder-memcached"
paths = [
"components/builder-memcached/*"
]