Skip to content

Commit

Permalink
Revert "Undo wrong push"
Browse files Browse the repository at this point in the history
This reverts commit 4934814.
  • Loading branch information
venkatsc committed Jan 10, 2025
1 parent a69e492 commit c66ba61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ else
git add ${CHART_PACKAGE_DIR}/*.tgz
# Assumption is, at this point we do not have any modified files except
# those modified by the script
# git add -A
# git commit -m "Release version ${VERSION} by ./build release command"
# git tag "${VERSION}"
git add -A
git commit -m "Release version ${VERSION} by ./build release command"
git tag "${VERSION}"
exit_if_failure "$1" "Cannot tag release version. Fix the reported issue (you may need to reset head to undo "Release commit")"
# update chart index fiel for Artifacthub to get new update
rebase_charts_on_master
Expand Down

0 comments on commit c66ba61

Please sign in to comment.