summaryrefslogtreecommitdiff
path: root/ci/gitlab/builds.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/gitlab/builds.yml')
-rw-r--r--ci/gitlab/builds.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/gitlab/builds.yml b/ci/gitlab/builds.yml
index 7c50406..7ece7b8 100644
--- a/ci/gitlab/builds.yml
+++ b/ci/gitlab/builds.yml
@@ -15,6 +15,10 @@ x86_64-centos-stream-8-prebuilt-env:
allow_failure: false
variables:
NAME: centos-stream-8
+ artifacts:
+ expire_in: 1 hour
+ paths:
+ - libvirt-python-rpms
x86_64-centos-stream-8-local-env:
extends: .native_build_job_local_env
@@ -23,6 +27,10 @@ x86_64-centos-stream-8-local-env:
variables:
IMAGE: quay.io/centos/centos:stream8
NAME: centos-stream-8
+ artifacts:
+ expire_in: 1 hour
+ paths:
+ - libvirt-python-rpms
x86_64-centos-stream-8-git-prebuilt-env: