diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa8ceb1b1..5e83d7fb0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,11 +30,12 @@ build_pkgs: # artifacts of interest for an unlimited time expire_in: 1 week paths: - - ./*.pkg.tar.xz + - ./_repo/gitlab-ci/*.pkg.tar.xz name: "$CI_BUILD_NAME" cache: paths: - /var/cache/pacman/pkg + - ./_sources tags: - PKGBUILD