diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10246d18c2d5dcdb8e5a3dbf28a170a34e81a9a9..d5a358f9e80836fcc52ef3ff6890fbc7dc7cbd6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,6 @@ makepkg: - pacman --sync --refresh --sysupgrade --noconfirm - pacman --sync --noconfirm base-devel devtools - useradd --home-dir /root --groups root,wheel --shell /bin/bash build - - chmod 770 /root script: - ulimit -c 0 - sudo -u build -- makepkg --syncdeps @@ -22,6 +21,9 @@ makepkg: expire_in: 1 week paths: - "*.pkg.tar.xz" + only: + changes: + - PKGBUILD commitpkg: stage: deploy