From 8433a06b18c660d50ff14a5ba73e85eee0649454 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 29 Oct 2021 20:21:08 +0200 Subject: [PATCH] Fix YAML syntax --- chromium-coreboot.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/chromium-coreboot.yaml b/chromium-coreboot.yaml index 868c00f..216cb33 100644 --- a/chromium-coreboot.yaml +++ b/chromium-coreboot.yaml @@ -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