Skip to content

Commit

Permalink
Update the push script version (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: Chandan Kumar <[email protected]>
  • Loading branch information
Chandan Kumar committed Apr 15, 2020
1 parent 39f34ed commit 6d043c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/version/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ setup_git() {
}

commit_updated_changes() {
git checkout master
git checkout v1.3.x
git status
git add .
git commit --message " $TRAVIS_BUILD_NUMBER: version upgraded for chaos-charts"
Expand Down

0 comments on commit 6d043c9

Please sign in to comment.