Add[CI]: Combine Experiments CR

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
shubhamchaudhary
2019-10-03 13:57:27 +05:30
parent ccb6c90731
commit 1e82190242
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ dist: xenial # ubuntu 16.04 distro
script:
# runs only when PR is merged
- make versionmaker
- make mergeExpCR
- make combineExpCR
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

View File

@@ -6,10 +6,10 @@ versionmaker:
@echo "-----version maker-----"
bash ./scripts/version_maker.sh
.PHONY: mergeExpCR
.PHONY: combineExpCR
push:
@echo "--------merging experiment Crs-------"
bash ./scripts/merge_all_cr.sh
@echo "--------Combining Experiments CR-------"
bash ./scripts/combine_all_cr.sh
.PHONY: push
push: