fix: upd git with nightly pkg
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d93f1a8329
commit
721ec5d27e
1
.util.sh
1
.util.sh
@ -12,6 +12,7 @@ update_pkg() {
|
||||
|
||||
if updpkgsums; then
|
||||
makepkg --printsrcinfo >.SRCINFO
|
||||
ver=$(grep 'pkgver' .SRCINFO | cut -d'=' -f2 | tr -d ' ')
|
||||
git add .SRCINFO PKGBUILD
|
||||
if git commit -m "$(basename $(pwd)): update to ${ver} [CI SKIP]"; then
|
||||
git push --set-upstream origin "${CI_COMMIT_BRANCH}"
|
||||
|
Loading…
Reference in New Issue
Block a user