added semver maker and two chaos experiments
Signed-off-by: rajdas <mail.rajdas@gmail.com>
This commit is contained in:
16
Makefile
Normal file
16
Makefile
Normal 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
|
||||
|
||||
|
Reference in New Issue
Block a user