Skip to content

Commit 72f1f7f

Browse files
committed
Add --force flag
1 parent 6db3da9 commit 72f1f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ makepkg --printsrcinfo > .SRCINFO || exit $?
4444
echo "------------- BUILD DONE ----------------"
4545

4646
# Update aur
47-
git add PKGBUILD .SRCINFO || exit $?
47+
git add --force PKGBUILD .SRCINFO || exit $?
4848
git commit --allow-empty -m "Update to $PKGVER" || exit $?
4949
git push --force || exit $?
5050

0 commit comments

Comments
 (0)