From b94af35199e4a1f864d5e303406407582cce45c1 Mon Sep 17 00:00:00 2001 From: Shaquille Soekhlal Date: Mon, 28 Mar 2022 18:13:04 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index fa30a2c..dde0105 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,8 +18,8 @@ steps: image: archlinux:base-devel commands: - pacman -Syu --noconfirm - - useradd --shell=/bin/false build && usermod -L build + - 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 - - su - build + - su build - MAKEFLAGS="-j$(nproc)" makepkg --syncdeps \ No newline at end of file