Add[CI]: Combine Experiments CR

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
shubhamchaudhary
2019-10-03 14:55:50 +05:30
parent a68022ea33
commit 924f81fd79
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ script:
# runs only when PR is merged # runs only when PR is merged
- make versionmaker - make versionmaker
- make combineExpCR - make combineExpCR
- echo pwd
after_success: after_success:
# runs only when PR is merged and push the version file to master version # runs only when PR is merged and push the version file to master version
- if [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then make push; fi - if [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then make push; fi

View File

@@ -9,7 +9,8 @@ do
echo -e "\n---\n" >> ./charts/$directory/experiments.yaml echo -e "\n---\n" >> ./charts/$directory/experiments.yaml
done done
done done
echo "validating combine charts" 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