(chore)ci: stop chart version increment (#288)
Signed-off-by: ksatchit <karthik.s@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
e4068f6fc0
commit
fbbc16c2a3
@@ -3,7 +3,7 @@ script:
|
|||||||
# Install dependencies
|
# Install dependencies
|
||||||
- make deps
|
- make deps
|
||||||
# It will ignore if travis ci committed, else works as it is.
|
# It will ignore if travis ci committed, else works as it is.
|
||||||
- author=`git log -1 --pretty=format:'%an'` && if [[ "$author" != "Travis CI" ]]; then make versionmaker; fi
|
#- author=`git log -1 --pretty=format:'%an'` && if [[ "$author" != "Travis CI" ]]; then make versionmaker; fi
|
||||||
- make combineExpCR
|
- make combineExpCR
|
||||||
after_success:
|
after_success:
|
||||||
# runs only when PR is merged and push the version file to master version
|
# runs only when PR is merged and push the version file to master version
|
||||||
|
@@ -6,5 +6,5 @@ contributions. This repository is the canonical source for the chaos charts that
|
|||||||
Chaos Charts are a groups of categorized chaos experiments, represented as custom resource definitions that can be executed by the
|
Chaos Charts are a groups of categorized chaos experiments, represented as custom resource definitions that can be executed by the
|
||||||
[Litmus Chaos Operator](https://github.com/litmuschaos/chaos-operator). We would love to see your charts added to the list of community-charts.
|
[Litmus Chaos Operator](https://github.com/litmuschaos/chaos-operator). We would love to see your charts added to the list of community-charts.
|
||||||
|
|
||||||
To get started, refer the [developer guide](https://github.com/litmuschaos/litmus/tree/master/contribute/developer_guide)
|
To get started, refer the [developer guide](https://github.com/litmuschaos/litmus-go/tree/master/contribute/developer-guide)
|
||||||
|
|
||||||
|
5
Makefile
5
Makefile
@@ -19,11 +19,6 @@ combineExpCR:
|
|||||||
@echo "--------Combining Experiments CR-------"
|
@echo "--------Combining Experiments CR-------"
|
||||||
bash ./scripts/combine_all_cr.sh
|
bash ./scripts/combine_all_cr.sh
|
||||||
|
|
||||||
.PHONY: combineExpCR
|
|
||||||
combineExpCR:
|
|
||||||
@echo "--------Combining Experiments CR-------"
|
|
||||||
bash ./scripts/combine_all_cr.sh
|
|
||||||
|
|
||||||
.PHONY: push
|
.PHONY: push
|
||||||
push:
|
push:
|
||||||
@echo "---------git push to master-------"
|
@echo "---------git push to master-------"
|
||||||
|
Reference in New Issue
Block a user