summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-01-21 17:03:04 +0000
committerJavier Jardón <jjardon@gnome.org>2017-02-08 17:35:58 +0000
commitd9ee7ccc266e684e737d8a54bd42f3d63694de99 (patch)
tree79ff8f888e1a5e4bf71c5dff8d5210d049eaba33
parent739963b2fd2a6136095ed9cbf209e3665330b050 (diff)
downloaddefinitions-d9ee7ccc266e684e737d8a54bd42f3d63694de99.tar.gz
.gitlab-ci.yml: Add deploy step for the build- systemstaging/jjardon/deploy
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
-rw-r--r--.gitlab-ci.yml26
1 files 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