Skip to content

Commit

Permalink
chore(update): Update Github Chaos Actions to v0.3.1 (#14) (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: udit <[email protected]>
  • Loading branch information
uditgaurav authored Dec 24, 2020
1 parent fb7270c commit 6a61d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dir=${GOPATH}/src/github.com/litmuschaos/chaos-ci-lib

if [ ! -d $dir ]
then
git clone -b v0.3.0 --single-branch https://github.com/litmuschaos/chaos-ci-lib.git
git clone -b v0.3.1 --single-branch https://github.com/litmuschaos/chaos-ci-lib.git
fi
cd chaos-ci-lib

Expand Down

0 comments on commit 6a61d31

Please sign in to comment.