From: Jordan Petridis Date: Wed, 11 Sep 2019 13:50:27 +0000 (+0300) Subject: .gitlab-ci.yml: export artifacts for the fedora build job X-Git-Tag: 1.19.3~497^2~291 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c98b4accb32ded2bf3120e0094105937aad17487;p=platform%2Fupstream%2Fgstreamer.git .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. --- 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"