Wake up CI
ci/woodpecker/push/woodpecker Pipeline failed Details

main
Jef Roosens 2022-01-02 12:23:59 +01:00
parent 0e4e3d6482
commit 70f472db08
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ pipeline:
# Create non-root user to perform build & switch to their home
- groupadd -g 1000 builder
- useradd -mg builder builder
- chown -R builder:builder "$PWD"
- 'chown -R builder:builder "$PWD"'
- "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
- su builder
# Build the package
- echo "Y" | makepkg -s --noconfirm --needed
- 'echo "Y" | makepkg -s --noconfirm --needed'
publish:
image: 'archlinux:latest'