From 291a520b4a226b2d293c1c3d62a21c087d80b3c5 Mon Sep 17 00:00:00 2001 From: Matt Compton Date: Thu, 3 Feb 2022 21:17:45 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00fc72d..2594393 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ test:iso: - git clone https://git.tar.black/crystal/crystal-keyring.git - cd crystal-keyring && sudo -u nobody makepkg -sfi --log --noconfirm && cd ../ - rm -rfv crystal-keyring - - pacman -Syu + - pacman -Syu --noconfirm - "echo 'nobody ALL=NOPASSWD: ALL' >> /etc/sudoers" script: