Update .gitlab-ci.yml file

main
Matt Compton 2 years ago
parent 291a520b4a
commit e387e1ed93

@ -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"

Loading…
Cancel
Save