.gitlab-ci.yml: export artifacts for the fedora build job
authorJordan Petridis <jordan@centricular.com>
Wed, 11 Sep 2019 13:50:27 +0000 (16:50 +0300)
committerJordan Petridis <jpetridis@gnome.org>
Mon, 23 Sep 2019 10:54:40 +0000 (10:54 +0000)
20f5d7d646e7c941d71bb7264a9ba6b868982be3 stopped exporting artifacts
from the .build template which broke the local jobs since they
no longer exported the builddir.

.gitlab-ci.yml

index 794c5de..14c75dd 100644 (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"