From d9ee7ccc266e684e737d8a54bd42f3d63694de99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sat, 21 Jan 2017 17:03:04 +0000 Subject: .gitlab-ci.yml: Add deploy step for the build- system This way we can offer an up-to-date rootfs of a build system that can be used in a chroot to build another systems --- .gitlab-ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c09d670b..83e1f019 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,19 +29,19 @@ build-system-x86_64-chroot-build: - master - /^staging\/.*$/ -#build-system-x86_64-chroot-deploy: -# stage: deploy-1 -# dependencies: -# - build-system-x86_64-chroot-build -# script: -# - ybd/ybd.py clusters/build-system-x86_64-chroot-deploy.morph x86_64 -# artifacts: -# name: "${CI_BUILD_NAME}-${CI_BUILD_REF}" -# paths: -# - build-system-x86_64-chroot.tar -# only: -# - master -# - /^staging\/.*$/ +build-system-x86_64-chroot-deploy: + stage: deploy-1 + dependencies: + - build-system-x86_64-chroot-build + script: + - ybd/ybd.py clusters/build-system-x86_64-chroot-deploy.morph x86_64 + artifacts: + name: "${CI_BUILD_NAME}-${CI_BUILD_REF}" + paths: + - build-system-x86_64-chroot.tar + only: + - master + - /^staging\/.*$/ #build-system-armv7lhf-rootfs-build: # stage: build-1 -- cgit v1.2.1