Fix invalid spacing in yaml file
Zuul barfed reading the layout file because of the extra space. Error from zuul: yaml.scanner.ScannerError: mapping values are not allowed here in "etc/zuul/layout/layout.yaml", line 22, column 28 Change-Id: Icaf2d5aa5904907c441d377ccafdd107f4d9d77e
This commit is contained in:
parent
20afdc5e37
commit
599f0e53e6
@ -19,7 +19,7 @@ pipelines:
|
||||
- event: comment-added
|
||||
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*(recheck|reverify)
|
||||
- event: comment-added
|
||||
require-approval:
|
||||
require-approval:
|
||||
- verified: [-1, -2]
|
||||
username: jenkins
|
||||
approval:
|
||||
|
Loading…
x
Reference in New Issue
Block a user