added semver maker and two chaos experiments

Signed-off-by: rajdas <mail.rajdas@gmail.com>
This commit is contained in:
rajdas
2019-09-25 16:45:06 +05:30
parent 96af29bba5
commit 493848da5c
10 changed files with 353 additions and 1 deletions

16
Makefile Normal file
View File

@@ -0,0 +1,16 @@
# Makefile for building Chaos Exporter
# Reference Guide - https://www.gnu.org/software/make/manual/make.html
.PHONY: versionmaker
versionmaker:
@echo "version maker"
# dependency to run gem pkg manger
sudo apt-get install rubygems
bash ./scripts/version_maker.sh
.PHONY: push
push:
@echo "---------git push to master-------"
bash ./scripts/push.sh