Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Shaquille Soekhlal 2022-03-28 18:12:11 +02:00
parent fe560670ae
commit 9253da06ea

View File

@ -18,7 +18,7 @@ steps:
image: archlinux:base-devel image: archlinux:base-devel
commands: commands:
- pacman -Syu --noconfirm - pacman -Syu --noconfirm
- useradd --no-create-home --shell=/bin/false build && usermod -L build - useradd --shell=/bin/false build && usermod -L build
- echo "build ALL=(ALL) NOPASSWD':' ALL" >> /etc/sudoers - echo "build ALL=(ALL) NOPASSWD':' ALL" >> /etc/sudoers
- echo "root ALL=(ALL) NOPASSWD':' ALL" >> /etc/sudoers - echo "root ALL=(ALL) NOPASSWD':' ALL" >> /etc/sudoers
- su - build - su - build