Give user rootless sudo
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Jef Roosens 2021-12-31 14:56:12 +01:00
parent 4ed5b029c3
commit 68edb240ec
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

View file

@ -8,6 +8,7 @@ pipeline:
- groupadd -g 1000 builder
- useradd -mg builder builder
- chown -R builder:builder "$PWD"
- "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
- su builder
# Build the package
- makepkg -s