From 924f81fd797bf0dfe4c3bfc1e0dc9790d75c856e Mon Sep 17 00:00:00 2001 From: shubhamchaudhary Date: Thu, 3 Oct 2019 14:55:50 +0530 Subject: [PATCH] Add[CI]: Combine Experiments CR Signed-off-by: shubhamchaudhary --- .travis.yml | 1 - scripts/combine_all_cr.sh | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f7d9bff..34cdabe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ script: # runs only when PR is merged - make versionmaker - make combineExpCR - - echo pwd after_success: # runs only when PR is merged and push the version file to master version - if [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then make push; fi diff --git a/scripts/combine_all_cr.sh b/scripts/combine_all_cr.sh index 149d507..ef9c6ec 100644 --- a/scripts/combine_all_cr.sh +++ b/scripts/combine_all_cr.sh @@ -9,7 +9,8 @@ do echo -e "\n---\n" >> ./charts/$directory/experiments.yaml done done -echo "validating combine charts" +echo "validating combine charts for generic" cat ./charts/generic/experiments.yaml +echo "validating combine charts for openebs" cat ./charts/openebs/experiments.yaml