From 529f7e09da73db604146d5f9a612efb9140c9b7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 8 Nov 2016 21:57:01 +0000 Subject: Enable deploy Change-Id: Ieaee7d04764f46712302d2869fe7212a631a39e7 --- .gitlab-ci.yml | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d762e84a..4ecd33e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,23 +10,17 @@ build-system-x86_64-chroot-build: stage: build script: - ybd/ybd.py systems/build-system-x86_64-chroot.morph x86_64 - only: - - master - - /^staging\/.*$/ -#build-system-x86_64-chroot-deploy: -# stage: deploy -# 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 + 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 #build-system-armv7lhf-rootfs-build: # stage: build -- cgit v1.2.1