summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-07-08 12:52:31 +0100
committerJavier Jardón <jjardon@gnome.org>2016-07-08 12:55:45 +0100
commitaa8b7a1f7244fc37e5d3a5dda028175e212c67f9 (patch)
tree796ff468180fd8d92ca983f4e60bb8af991d8443
parent4384d945834c5f3584f126c7895f7019930e49ac (diff)
downloaddefinitions-aa8b7a1f7244fc37e5d3a5dda028175e212c67f9.tar.gz
.gitlab-ci.yml: Define artifact so they are passed automatically to next stage
-rw-r--r--.gitlab-ci.yml9
1 files changed, 9 insertions, 0 deletions
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: