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
|
||||
authentication: cookie
|
||||
cookieName: o
|
||||
cookieValue: {somefunnystring}
|
||||
cookieValue: "{somefunnystring}"
|
||||
|
||||
workstreams:
|
||||
main:
|
||||
neverModify:
|
||||
util/crossgcc/
|
||||
3rdparty/
|
||||
util/nvidia/cbootimage/
|
||||
.checkpatch.conf
|
||||
.gitmodules
|
||||
OWNERS
|
||||
- util/crossgcc/
|
||||
- 3rdparty/
|
||||
- util/nvidia/cbootimage/
|
||||
- .checkpatch.conf
|
||||
- .gitmodules
|
||||
- OWNERS
|
||||
coreboot-sdk:
|
||||
onlyIfTouching:
|
||||
util/crossgcc/
|
||||
- util/crossgcc/
|
||||
neverModify:
|
||||
3rdparty/
|
||||
util/nvidia/cbootimage/
|
||||
.checkpatch.conf
|
||||
.gitmodules
|
||||
OWNERS
|
||||
- 3rdparty/
|
||||
- util/nvidia/cbootimage/
|
||||
- .checkpatch.conf
|
||||
- .gitmodules
|
||||
- OWNERS
|
||||
|
|
Loading…
Reference in a new issue