fix(ci): repair broken quoting in publish-aur docker heredoc #50
2
.github/workflows/publish-aur.yml
vendored
2
.github/workflows/publish-aur.yml
vendored
@@ -131,7 +131,7 @@ jobs:
|
|||||||
chown -R builduser:builduser /pkg
|
chown -R builduser:builduser /pkg
|
||||||
cd /pkg
|
cd /pkg
|
||||||
sudo -u builduser git config --global --add safe.directory '*'
|
sudo -u builduser git config --global --add safe.directory '*'
|
||||||
# "makepkg -od" fetches the source first so pkgver() can calculate the version.
|
# makepkg -od fetches the source first so pkgver() can calculate the version.
|
||||||
sudo -u builduser makepkg -od && sudo -u builduser makepkg --printsrcinfo > .SRCINFO
|
sudo -u builduser makepkg -od && sudo -u builduser makepkg --printsrcinfo > .SRCINFO
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user