enable -x
This commit is contained in:
parent
d388377937
commit
b87e2b855a
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ runs:
|
|||
with:
|
||||
entrypoint: bash
|
||||
args: |
|
||||
-euo pipefail -c '
|
||||
-exuo pipefail -c '
|
||||
pacman -Syu --noconfirm git
|
||||
|
||||
useradd -m user
|
||||
|
@ -28,7 +28,7 @@ runs:
|
|||
|
||||
chmod 777 .
|
||||
sudo -u user PACMAN="sudo -u user -- yay" makepkg -s --noconfirm
|
||||
sudo -u user makepkg --printsrcinfo >>.SRCINFO.new
|
||||
sudo -u user makepkg --printsrcinfo >.SRCINFO.new
|
||||
'
|
||||
|
||||
- name: Ensure .SRCINFO is up to date
|
||||
|
|
Loading…
Reference in a new issue