Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -22,6 +21,9 @@ makepkg: expire_in: 1 week paths: - "*.pkg.tar.xz" only: changes: - PKGBUILD commitpkg: stage: deploy Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -22,6 +21,9 @@ makepkg: expire_in: 1 week paths: - "*.pkg.tar.xz" only: changes: - PKGBUILD commitpkg: stage: deploy Loading