summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-09-07 18:28:04 +0100
committerJavier Jardón <jjardon@gnome.org>2016-09-07 18:28:37 +0100
commit360a0ebfdad257f1fcc37f04d5f769c5ca332487 (patch)
treee3542413e562a0895b2dcd198ad66010151945f7
parente62e073b1143fa681ef9090989f596b73759ad50 (diff)
downloaddefinitions-360a0ebfdad257f1fcc37f04d5f769c5ca332487.tar.gz
.gitlab-ci.yml: deploy build-system-x86_64 rootfsjjardon/deploy-rootfs
Change-Id: I5ee6b99a93fc933fc873076c81a038a8c0adcfa1
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a9b0f581..ba0036a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,13 @@ build-system-x86_64-chroot-build:
stage: build
script:
- ybd/ybd.py systems/build-system-x86_64-chroot.morph x86_64
+build-system-x86_64-chroot-deploy:
+ stage: deploy
+ script:
+ - ybd/ybd.py clusters/build-system-x86_64-chroot-deploy.morph x86_64
+ artifacts:
+ paths:
+ - build-system-x86_64-chroot.tar
devel-build-64:
stage: build