We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db3da9 commit 72f1f7fCopy full SHA for 72f1f7f
entrypoint.sh
@@ -44,7 +44,7 @@ makepkg --printsrcinfo > .SRCINFO || exit $?
44
echo "------------- BUILD DONE ----------------"
45
46
# Update aur
47
-git add PKGBUILD .SRCINFO || exit $?
+git add --force PKGBUILD .SRCINFO || exit $?
48
git commit --allow-empty -m "Update to $PKGVER" || exit $?
49
git push --force || exit $?
50
0 commit comments