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:47:15 +0000
commit08958c0a34ab565b47957939821f4f95cc7106ce (patch)
tree18749fb94764b1634a421ba8ef77ed52f8f9548a
parent9824d0313d30d40a71b86206896ba8b6d311888c (diff)
downloaddefinitions-staging/offmaster.tar.gz
.gitlab-ci.yml: Deploy a chroot of the minimal systemstaging/offmaster
-rw-r--r--.gitlab-ci.yml16
1 files changed, 15 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f2184df..82241d2f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -85,7 +85,21 @@ gnome-build-64:
minimal-build-64:
stage: build
script:
- - ybd/ybd.py systems/minimal-system-x86_64-generic.morph x86_64
+ - ybd/ybd.py systems/minimal-system-x86_64-chroot.morph x86_64
+ only:
+ - master
+ - /^staging\/.*$/
+
+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
only:
- master
- /^staging\/.*$/