From 360a0ebfdad257f1fcc37f04d5f769c5ca332487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 7 Sep 2016 18:28:04 +0100 Subject: .gitlab-ci.yml: deploy build-system-x86_64 rootfs Change-Id: I5ee6b99a93fc933fc873076c81a038a8c0adcfa1 --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9b0f581..ba0036a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,13 @@ build-system-x86_64-chroot-build: stage: build script: - ybd/ybd.py systems/build-system-x86_64-chroot.morph x86_64 +build-system-x86_64-chroot-deploy: + stage: deploy + script: + - ybd/ybd.py clusters/build-system-x86_64-chroot-deploy.morph x86_64 + artifacts: + paths: + - build-system-x86_64-chroot.tar devel-build-64: stage: build -- cgit v1.2.1