From c98b4accb32ded2bf3120e0094105937aad17487 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 11 Sep 2019 16:50:27 +0300 Subject: [PATCH] .gitlab-ci.yml: export artifacts for the fedora build job 20f5d7d646e7c941d71bb7264a9ba6b868982be3 stopped exporting artifacts from the .build template which broke the local jobs since they no longer exported the builddir. --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 794c5de..14c75dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -123,6 +123,12 @@ build fedora x86_64 local: extends: '.build local' stage: 'build' image: "${CI_REGISTRY_IMAGE}/amd64/fedora:latest" + artifacts: + expire_in: '5 days' + when: always + paths: + - "manifest.xml" + - "gst-build/" except: refs: - "master@gstreamer/gst-ci" -- 2.7.4