mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
.gitlab-ci.yml: export artifacts for the fedora build job
20f5d7d646
stopped exporting artifacts
from the .build template which broke the local jobs since they
no longer exported the builddir.
This commit is contained in:
parent
470b151620
commit
c98b4accb3
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue