diff --git a/.travis.yml b/.travis.yml index 79b648d..98fc7b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ script: # Install dependencies - make deps # 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 after_success: # runs only when PR is merged and push the version file to master version diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e44a13..327268d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 [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) diff --git a/Makefile b/Makefile index 473f7f5..a377d96 100644 --- a/Makefile +++ b/Makefile @@ -19,11 +19,6 @@ combineExpCR: @echo "--------Combining Experiments CR-------" bash ./scripts/combine_all_cr.sh -.PHONY: combineExpCR -combineExpCR: - @echo "--------Combining Experiments CR-------" - bash ./scripts/combine_all_cr.sh - .PHONY: push push: @echo "---------git push to master-------"