.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.
This commit is contained in:
Jordan Petridis 2019-09-11 16:50:27 +03:00 committed by Jordan Petridis
parent 470b151620
commit c98b4accb3

View File

@ -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"