Skip to content

Commit

Permalink
Merge pull request #29 from chandankumar4/1.0.0-RC2
Browse files Browse the repository at this point in the history
[Cherry-pick for RC2]
  • Loading branch information
Karthik Satchitanand authored Jan 10, 2020
2 parents ff7e395 + c9eb711 commit d67e067
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- checkout
- run: |
docker load -i /tmp/workspace/image.tar
~/go/src/github.com/litmuschaos/chaos-executor/builds/push --type=release
~/go/src/github.com/litmuschaos/chaos-executor/build/push --type=release
workflows:
version: 2
Expand Down Expand Up @@ -111,4 +111,4 @@ workflows:
ignore: /.*/
tags:
only: /.*/


5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/litmuschaos/chaos-executor)](https://goreportcard.com/report/github.com/litmuschaos/chaos-executor)
[![BCH compliance](https://bettercodehub.com/edge/badge/litmuschaos/chaos-executor?branch=master)](https://bettercodehub.com/)

# CHAOS RUNNER

The chaos Runner is an operational bridge between the Chaos-Operator and the LitmusChaos experiment jobs.
Expand Down Expand Up @@ -57,4 +60,4 @@ spec:

## Further Improvements

- The Go Chaos Runner is in alpha stage with further improvements coming soon!!
- The Go Chaos Runner is in beta stage with further improvements coming soon!!

0 comments on commit d67e067

Please sign in to comment.