Wake up CI
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
parent
0e4e3d6482
commit
70f472db08
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue