Fix YAML syntax
This commit is contained in:
parent
3f012c2b70
commit
8433a06b18
1 changed files with 13 additions and 13 deletions
|
@ -10,23 +10,23 @@ sites:
|
||||||
branch: chromeos-2016.05
|
branch: chromeos-2016.05
|
||||||
authentication: cookie
|
authentication: cookie
|
||||||
cookieName: o
|
cookieName: o
|
||||||
cookieValue: {somefunnystring}
|
cookieValue: "{somefunnystring}"
|
||||||
|
|
||||||
workstreams:
|
workstreams:
|
||||||
main:
|
main:
|
||||||
neverModify:
|
neverModify:
|
||||||
util/crossgcc/
|
- util/crossgcc/
|
||||||
3rdparty/
|
- 3rdparty/
|
||||||
util/nvidia/cbootimage/
|
- util/nvidia/cbootimage/
|
||||||
.checkpatch.conf
|
- .checkpatch.conf
|
||||||
.gitmodules
|
- .gitmodules
|
||||||
OWNERS
|
- OWNERS
|
||||||
coreboot-sdk:
|
coreboot-sdk:
|
||||||
onlyIfTouching:
|
onlyIfTouching:
|
||||||
util/crossgcc/
|
- util/crossgcc/
|
||||||
neverModify:
|
neverModify:
|
||||||
3rdparty/
|
- 3rdparty/
|
||||||
util/nvidia/cbootimage/
|
- util/nvidia/cbootimage/
|
||||||
.checkpatch.conf
|
- .checkpatch.conf
|
||||||
.gitmodules
|
- .gitmodules
|
||||||
OWNERS
|
- OWNERS
|
||||||
|
|
Loading…
Reference in a new issue