From f53312b71cc303815b0853b2c1f49f3796e5f305 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 12 Jun 2019 15:05:55 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c72b8d..3edbd9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ build:package: stage: compile image: archlinux/base script: - - pacman -S --needed --noconfirm sudo # Install sudo + - pacman -Sy --needed --noconfirm sudo # Install sudo - useradd builduser -m # Create the builduser - passwd -d builduser # Delete the buildusers password - printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers # Allow the builduser passwordless sudo