summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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