From 08958c0a34ab565b47957939821f4f95cc7106ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 5 Dec 2016 14:00:39 +0000 Subject: .gitlab-ci.yml: Deploy a chroot of the minimal system --- .gitlab-ci.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f2184df..82241d2f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,7 +85,21 @@ gnome-build-64: minimal-build-64: stage: build script: - - ybd/ybd.py systems/minimal-system-x86_64-generic.morph x86_64 + - ybd/ybd.py systems/minimal-system-x86_64-chroot.morph x86_64 + only: + - master + - /^staging\/.*$/ + +minimal-system-x86_64-chroot-deploy: + stage: deploy + dependencies: + - minimal-build-64 + script: + - ybd/ybd.py clusters/minimal-system-x86_64-chroot-deploy.morph x86_64 + artifacts: + name: "${CI_BUILD_NAME}-${CI_BUILD_REF}" + paths: + - minimal-system-x86_64-chroot.tar only: - master - /^staging\/.*$/ -- cgit v1.2.1