summarylogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorstefanwimmer1282023-01-07 22:21:41 +0100
committerstefanwimmer1282023-01-07 22:21:41 +0100
commit22321cb47480d16c79135c6d819bec1a5b2dfaf2 (patch)
treeb6af31552ef5baed5723fe8eaa78e993f00ef8b7 /.gitlab-ci.yml
parent35ec2ca97fd290109b5b711f023989d5c1474bdf (diff)
downloadaur-22321cb47480d16c79135c6d819bec1a5b2dfaf2.tar.gz
Update .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d9e65ff06a82..7bc9df8354d9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,13 +4,10 @@ stages:
build:
stage: build
- image: archlinux:base-devel
+ image: stefanwimmer128/archlinux-chaotic-paru-user:latest
script:
- - pacman -Syu --noconfirm
- - useradd builduser -m
- - passwd -d builduser
- - printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers
- - sudo -u builduser sh -c "gpg --recv-key EBE41E90F6F12F6D && makepkg -s --noconfirm"
+ - gpg --recv-key EBE41E90F6F12F6D
+ - makepkg -s --noconfirm
artifacts:
paths:
- "*.pkg.tar.zst"