Add[CI]: combine experiments CR

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
shubhamchaudhary
2019-10-03 18:15:06 +05:30
parent 60fc34de64
commit 7f3ff008f1

View File

@@ -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 for directory in $directories
do do
subDirectories=$(find $directory -maxdepth 1 -mindepth 1 -type d) subDirectories=$(find $directory -maxdepth 1 -mindepth 1 -type d)
@@ -13,7 +13,7 @@ do
done done
done done
echo "validating combine charts for generic" echo "validating combine charts for generic"
cat ../charts/generic/experiments.yaml cat ./charts/generic/experiments.yaml
echo "validating combine charts for openebs" echo "validating combine charts for openebs"
cat ../charts/openebs/experiments.yaml cat ./charts/openebs/experiments.yaml