From 5d5d14dc5fc6c363248b948a720b80de99c283b7 Mon Sep 17 00:00:00 2001 From: Matt Compton Date: Fri, 4 Feb 2022 19:08:17 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d29cb2b..c7c8cd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,14 +3,5 @@ image: "archlinux" test:iso: before_script: - pacman -Sy sudo base-devel pacman-contrib archiso wget git --noconfirm --needed - - rm /etc/os-release - - wget https://repo.getcryst.al/pacman.conf - - mv pacman.conf /etc/. - - git clone https://git.tar.black/crystal/crystal-keyring.git - - 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" - script: - ./build_iso.sh \ No newline at end of file