Files
litmus-hub/Makefile
Shubham Chaudhary 7fc3b067c5 chore(combine-crs): skip redundant experiment CR (#380)
* chore(combine-crs): skip redundant experiment CR

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>

* chore(combine-crs): updating category charts

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
2020-11-14 17:43:34 +05:30

26 lines
608 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-------"
go run ./scripts/combine-all-crs.go
.PHONY: push
push:
@echo "---------git push to master-------"
bash ./scripts/version/push.sh