From 19b6eb9f12613ba827ec56c37ba66131125fc99b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 8 Jul 2016 13:03:54 +0100 Subject: WIP --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2895428..cc7c441c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ before_script: cache: paths: - - /root/ybd/artifacts + - /root/ybd/artifacts/ devel-build-64: stage: build @@ -25,7 +25,7 @@ gnome-build-64: - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 artifacts: paths: - - /root/ybd/artifacts + - /root/ybd/artifacts/ gnome-deploy-64: stage: deploy script: @@ -51,7 +51,7 @@ weston-build-64: - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 artifacts: paths: - - /root/ybd/artifacts + - /root/ybd/artifacts/ weston-deploy-64: stage: deploy script: @@ -67,7 +67,7 @@ weston-qt-build-64: - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 artifacts: paths: - - /root/ybd/artifacts + - /root/ybd/artifacts/ weston-qt-deploy-64: stage: deploy script: -- cgit v1.2.1