From e387e1ed93e716f7141210011315b64e743f6d98 Mon Sep 17 00:00:00 2001 From: Matt Compton Date: Thu, 3 Feb 2022 21:25:54 +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 2594393..d29cb2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ test:iso: - wget https://repo.getcryst.al/pacman.conf - mv pacman.conf /etc/. - git clone https://git.tar.black/crystal/crystal-keyring.git - - cd crystal-keyring && sudo -u nobody makepkg -sfi --log --noconfirm && cd ../ + - cd crystal-keyring && chmod -R 777 * && sudo -u nobody makepkg -sfi --log --noconfirm && cd ../ - rm -rfv crystal-keyring - pacman -Syu --noconfirm - "echo 'nobody ALL=NOPASSWD: ALL' >> /etc/sudoers"