From 7f3ff008f1d4bbcc015a8bcd72420e5052aedb64 Mon Sep 17 00:00:00 2001 From: shubhamchaudhary Date: Thu, 3 Oct 2019 18:15:06 +0530 Subject: [PATCH] Add[CI]: combine experiments CR Signed-off-by: shubhamchaudhary --- scripts/combine_all_cr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/combine_all_cr.sh b/scripts/combine_all_cr.sh index 538447a..3c5356f 100644 --- a/scripts/combine_all_cr.sh +++ b/scripts/combine_all_cr.sh @@ -1,4 +1,4 @@ -directories=$(find ../charts -maxdepth 1 -mindepth 1 -type d) +directories=$(find ./charts -maxdepth 1 -mindepth 1 -type d) for directory in $directories do subDirectories=$(find $directory -maxdepth 1 -mindepth 1 -type d) @@ -13,7 +13,7 @@ do done done echo "validating combine charts for generic" -cat ../charts/generic/experiments.yaml +cat ./charts/generic/experiments.yaml echo "validating combine charts for openebs" -cat ../charts/openebs/experiments.yaml +cat ./charts/openebs/experiments.yaml