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-01-21 17:11:23 +0000
commitdcd6b36bf154845cccb4a834e5e56a41feb64cd0 (patch)
treee94662c2322a478b9a9c8d5121297ae83d0d89d1
parent079319075460062ea3cd6c500716c55a8478adf4 (diff)
downloaddefinitions-dcd6b36bf154845cccb4a834e5e56a41feb64cd0.tar.gz
.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
-rw-r--r--.gitlab-ci.yml26
1 files changed, 13 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c7f8a271..5f268258 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