Skip to content

Commit

Permalink
Use only 10 SHA characters for dev builds instead of 40
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored and pmalek-sumo committed Mar 25, 2021
1 parent 1ab8691 commit 66d89c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/push-helm-chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly ROOT_DIR="$(dirname "$(dirname "${0}")")"
source "${ROOT_DIR}"/ci/_build_functions.sh

fetch_current_branch
VERSION="$(git describe --tags --abbrev=40)"
VERSION="$(git describe --tags --abbrev=10)"
readonly VERSION="${VERSION#v}"

pushd "${ROOT_DIR}" || exit 1
Expand Down

0 comments on commit 66d89c0

Please sign in to comment.