Skip to content

Commit

Permalink
Add --force flag
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed May 4, 2020
1 parent 6db3da9 commit 72f1f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ makepkg --printsrcinfo > .SRCINFO || exit $?
echo "------------- BUILD DONE ----------------"

# Update aur
git add PKGBUILD .SRCINFO || exit $?
git add --force PKGBUILD .SRCINFO || exit $?
git commit --allow-empty -m "Update to $PKGVER" || exit $?
git push --force || exit $?

Expand Down

0 comments on commit 72f1f7f

Please sign in to comment.