Skip to content

Commit

Permalink
fix(csi-1054): fixed script (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
geka-evk authored Dec 19, 2024
1 parent 58dcfae commit a3df8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/publish_helm_charts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ echo "Staging general changes..." | tee git.log
git add -A

echo "Staging packaged Helm charts..." | tee git.log
git add repo/*.tgz repo/index.yaml ./README.md ./LICENSE.md ./CODEOWNERS
git add -f repo/*.tgz repo/index.yaml ./README.md ./LICENSE.md ./CODEOWNERS

echo "Commiting changes..." | tee git.log
git commit -a -m "'$COMMIT_MESSAGE'"
Expand Down

0 comments on commit a3df8b7

Please sign in to comment.