summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-11-08 21:57:01 +0000
committerJavier Jardón <jjardon@gnome.org>2016-11-08 21:57:01 +0000
commit529f7e09da73db604146d5f9a612efb9140c9b7e (patch)
treec487bb8a41edf95deead8c0d338f9a89e8b06635
parent3dcb1a2d6f541449ba7d5192c7db9e09204a799b (diff)
downloaddefinitions-529f7e09da73db604146d5f9a612efb9140c9b7e.tar.gz
Enable deploy
Change-Id: Ieaee7d04764f46712302d2869fe7212a631a39e7
-rw-r--r--.gitlab-ci.yml26
1 files changed, 10 insertions, 16 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d762e84a..4ecd33e7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,23 +10,17 @@ build-system-x86_64-chroot-build:
stage: build
script:
- ybd/ybd.py systems/build-system-x86_64-chroot.morph x86_64
- only:
- - master
- - /^staging\/.*$/
-#build-system-x86_64-chroot-deploy:
-# stage: deploy
-# 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
+ 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
#build-system-armv7lhf-rootfs-build:
# stage: build