From aa8b7a1f7244fc37e5d3a5dda028175e212c67f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 8 Jul 2016 12:52:31 +0100 Subject: .gitlab-ci.yml: Define artifact so they are passed automatically to next stage --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3141a036..f2895428 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,9 @@ gnome-build-64: script: - ybd/ybd.py systems/gnome-system-x86_64.morph x86_64 - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 + artifacts: + paths: + - /root/ybd/artifacts gnome-deploy-64: stage: deploy script: @@ -46,6 +49,9 @@ weston-build-64: script: - ybd/ybd.py systems/weston-system-x86_64-generic.morph x86_64 - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 + artifacts: + paths: + - /root/ybd/artifacts weston-deploy-64: stage: deploy script: @@ -59,6 +65,9 @@ weston-qt-build-64: script: - ybd/ybd.py weston-qt5-system-x86_64.morph x86_64 - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 + artifacts: + paths: + - /root/ybd/artifacts weston-qt-deploy-64: stage: deploy script: -- cgit v1.2.1