Files
litmus-hub/Makefile
Karthik Satchitanand fbbc16c2a3 (chore)ci: stop chart version increment (#288)
Signed-off-by: ksatchit <karthik.s@mayadata.io>
2020-08-15 14:23:33 +05:30

26 lines
605 B
Makefile

# Makefile for building Chaos charts
# Reference Guide - https://www.gnu.org/software/make/manual/make.html
.PHONY: deps
deps:
@echo "-----Install dependencies-----"
sudo apt-get update
sudo apt-get install python3
sudo apt-get install python3-pip -y
pip3 install packaging
.PHONY: versionmaker
versionmaker:
@echo "-----version maker-----"
bash ./scripts/version/version_maker.sh
.PHONY: combineExpCR
combineExpCR:
@echo "--------Combining Experiments CR-------"
bash ./scripts/combine_all_cr.sh
.PHONY: push
push:
@echo "---------git push to master-------"
bash ./scripts/version/push.sh