CI combine file

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

View File

@@ -6,7 +6,12 @@ versionmaker:
@echo "-----version maker-----"
bash ./scripts/version_maker.sh
.PHONY: mergeExpCR
push:
@echo "--------merging experiment Crs-------"
bash ./scripts/merge_all_cr.sh
.PHONY: push
push:
@echo "---------git push to master-------"
bash ./scripts/push.sh
bash ./scripts/push.sh