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

This commit is contained in:
Shaquille Soekhlal 2022-03-28 18:18:45 +02:00
parent 6a7b33ca3a
commit fc86fd4388

View File

@ -19,8 +19,8 @@ steps:
commands:
- pacman -Syu --noconfirm
- useradd --no-create-home --shell=/bin/sh build && usermod -L build
- echo "build ALL=(ALL) NOPASSWD':' ALL" >> /etc/sudoers
- echo "root ALL=(ALL) NOPASSWD':' ALL" >> /etc/sudoers
- echo "build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
- echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
- chown -R build:build /drone/src
- su build
- MAKEFLAGS="-j$(nproc)" makepkg --syncdeps