Fix artifacts path on .gitlab-ci.yml [skip-ci]

This commit is contained in:
Luca Giambonini 2018-06-18 21:13:24 +02:00
parent ba3375e7a7
commit cef9cf5cb5

View File

@ -30,7 +30,7 @@ build_pkgs:
# artifacts of interest for an unlimited time # artifacts of interest for an unlimited time
expire_in: 1 week expire_in: 1 week
paths: paths:
- _gitlab-ci-scripts/prepare_makepkg.sh - ./_repo/gitlab-ci/*.pkg.tar.xz
name: "$CI_BUILD_NAME" name: "$CI_BUILD_NAME"
cache: cache:
paths: paths: