Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam-ks committed Nov 18, 2021
1 parent 12b0394 commit ae1b6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ ! -f ../package/$1-$3.tgz ]; then
git config user.name "helm"
git add -A
git diff --quiet && git diff --staged --quiet || git commit -m "Update repo [SKIP CI]" -m "$4"
git pull
git config pull.rebase false
git push

else
Expand Down

0 comments on commit ae1b6e3

Please sign in to comment.