summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstefanwimmer1282023-01-07 22:31:06 +0100
committerstefanwimmer1282023-01-07 22:31:06 +0100
commit1247ede20685070ef174a1b0112b3f178b2e0966 (patch)
treea85d7cdb3eb9b1143331127e81294391f03a17cf
parent9478f3a0ff5807ddc045203640b559d35941111e (diff)
downloadaur-1247ede20685070ef174a1b0112b3f178b2e0966.tar.gz
Update .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9714a432fd3a..4afdb6d873b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,13 +4,11 @@ stages:
build:
stage: build
- image: archlinux:base-devel
+ image: stefanwimmer128/archlinux-chaotic-paru-user:latest
+ before_script:
+ paru -Syu --noconfirm
script:
- - pacman -Syu --noconfirm
- - useradd builduser -m
- - passwd -d builduser
- - printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers
- - sudo -u builduser makepkg -s --noconfirm
+ - makepkg -s --noconfirm
artifacts:
paths:
- "*.pkg.tar.zst"