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
|
# Create non-root user to perform build & switch to their home
|
||||||
- groupadd -g 1000 builder
|
- groupadd -g 1000 builder
|
||||||
- useradd -mg builder builder
|
- useradd -mg builder builder
|
||||||
- chown -R builder:builder "$PWD"
|
- 'chown -R builder:builder "$PWD"'
|
||||||
- "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
|
- "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
|
||||||
- su builder
|
- su builder
|
||||||
# Build the package
|
# Build the package
|
||||||
- echo "Y" | makepkg -s --noconfirm --needed
|
- 'echo "Y" | makepkg -s --noconfirm --needed'
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: 'archlinux:latest'
|
image: 'archlinux:latest'
|
||||||
|
|
Loading…
Reference in New Issue