Skip to content

Commit d67e067

Browse files
author
Karthik Satchitanand
authored
Merge pull request #29 from chandankumar4/1.0.0-RC2
[Cherry-pick for RC2]
2 parents ff7e395 + c9eb711 commit d67e067

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- checkout
8484
- run: |
8585
docker load -i /tmp/workspace/image.tar
86-
~/go/src/github.com/litmuschaos/chaos-executor/builds/push --type=release
86+
~/go/src/github.com/litmuschaos/chaos-executor/build/push --type=release
8787
8888
workflows:
8989
version: 2
@@ -111,4 +111,4 @@ workflows:
111111
ignore: /.*/
112112
tags:
113113
only: /.*/
114-
114+

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![Go Report Card](https://goreportcard.com/badge/github.com/litmuschaos/chaos-executor)](https://goreportcard.com/report/github.com/litmuschaos/chaos-executor)
2+
[![BCH compliance](https://bettercodehub.com/edge/badge/litmuschaos/chaos-executor?branch=master)](https://bettercodehub.com/)
3+
14
# CHAOS RUNNER
25

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

5861
## Further Improvements
5962

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

0 commit comments

Comments
 (0)