From 86f64b8b198eea37cedde8b3c39438a1b294425e Mon Sep 17 00:00:00 2001 From: Zdenek Pytela Date: Wed, 7 Jul 2021 10:46:03 +0200 Subject: [PATCH] gating.yaml: add missing '}' --- gating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index c7bce34f..8a619e49 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,4 +4,4 @@ product_versions: decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}