From 8265ba613930d3b834d26b0802682c3bef6c2c04 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 8 Sep 2020 10:48:32 -0700 Subject: [PATCH] Fix INFO.yaml files Proper syntax for INFO.yaml requires the first line to be "---" which was previously removed. Re-adding this missing line. Issue-ID: CIMAN-387 Signed-off-by: Jessica Wagantall Change-Id: I6a0d8d64d761d07ba17141455b028d8fd31e0600 --- INFO.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/INFO.yaml b/INFO.yaml index a14aa1cb..e12cfee3 100644 --- a/INFO.yaml +++ b/INFO.yaml @@ -1,3 +1,4 @@ +--- project: 'dcaegen2-services' project_creation_date: '2017-05-17' project_category: '' -- 2.16.6