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:
@@ -19,7 +19,7 @@ pipelines:
|
|||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*(recheck|reverify)
|
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*(recheck|reverify)
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
require-approval:
|
require-approval:
|
||||||
- verified: [-1, -2]
|
- verified: [-1, -2]
|
||||||
username: jenkins
|
username: jenkins
|
||||||
approval:
|
approval:
|
||||||
|
Reference in New Issue
Block a user