verbose mode
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nyyu 2021-08-20 07:04:08 +02:00
parent 96521445d6
commit 482a433e81

View File

@ -10,13 +10,13 @@ update_github_tag() {
update_pkg() {
updpkgsums > /dev/null 2>&1
updpkgsums
if [ $? -eq 0 ]
then
makepkg --printsrcinfo > .SRCINFO
git add .SRCINFO PKGBUILD
git commit -m "$(basename $(pwd)): update to $ver" > /dev/null 2>&1
git commit -m "$(basename $(pwd)): update to $ver"
if [ $? -eq 0 ]
then
git push