Skip to content

Commit 1a83834

Browse files
committed
Add cd command
1 parent 15ba9f5 commit 1a83834

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ echo "Updating .SRCINFO"
3232
makepkg --printsrcinfo > /local-repo/.SRCINFO
3333

3434
echo "Publishing..."
35+
cd /local-repo
3536
git add -fv PKGBUILD .SRCINFO
3637
git commit --allow-empty -m "$commit_message"
3738
git push -fv

0 commit comments

Comments
 (0)