Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
timurgaleev authored Oct 5, 2020
1 parent 0972638 commit 4b6fe95
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,14 @@ _build() {
fi
}

_bump() {
date > BUMP

mkdir build

echo "bump" > build/commit_message.txt
}

_run() {
case ${CMD} in
clean)
Expand All @@ -225,6 +233,9 @@ _run() {
chart_build
chart_push
;;
bump)
_bump
;;
*)
_build
esac
Expand Down

0 comments on commit 4b6fe95

Please sign in to comment.