summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-12-05 14:00:39 +0000
committerJavier Jardón <jjardon@gnome.org>2016-12-05 14:00:39 +0000
commit4cdc1755840919ae3c49cd11eedf9fac0ea6904f (patch)
treeeef90bfc5ac803320c63924a6a9146c690ff1267
parent7235eb0298cbeec62f23a588a5279ce6f80792cd (diff)
downloaddefinitions-4cdc1755840919ae3c49cd11eedf9fac0ea6904f.tar.gz
.gitlab-ci.yml: Deploy a chroot of the minimal system
-rw-r--r--.gitlab-ci.yml16
1 files changed, 12 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f2184df..a981dc05 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -85,10 +85,18 @@ gnome-build-64:
minimal-build-64:
stage: build
script:
- - ybd/ybd.py systems/minimal-system-x86_64-generic.morph x86_64
- only:
- - master
- - /^staging\/.*$/
+ - ybd/ybd.py systems/minimal-system-x86_64-chroot.morph x86_64
+
+minimal-system-x86_64-chroot-deploy:
+ stage: deploy
+ dependencies:
+ - minimal-build-64
+ script:
+ - ybd/ybd.py clusters/minimal-system-x86_64-chroot-deploy.morph x86_64
+ artifacts:
+ name: "${CI_BUILD_NAME}-${CI_BUILD_REF}"
+ paths:
+ - minimal-system-x86_64-chroot.tar
trove-build-64:
stage: build