From 9253da06eaa01034e3a50e0a6d74e2fe01232bd8 Mon Sep 17 00:00:00 2001 From: Shaquille Soekhlal Date: Mon, 28 Mar 2022 18:12:11 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f69dfdc..fa30a2c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: image: archlinux:base-devel commands: - 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 "root ALL=(ALL) NOPASSWD':' ALL" >> /etc/sudoers - su - build