summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-11-03 13:59:58 +0000
committerJavier Jardón <jjardon@gnome.org>2016-11-03 13:59:58 +0000
commit3f5902cbe6341a0358441b9abdf24409a4beadc0 (patch)
tree9b25729252fb8c8c6ff899ca552df20e2ca6b254
parent2ac828a9880ef8c6d839a6741dc17288c44ab0e5 (diff)
downloaddefinitions-3f5902cbe6341a0358441b9abdf24409a4beadc0.tar.gz
.gitlab-ci.yml: Enable deployment again
Change-Id: Ie969996ec150fff8db261f23a2775c20c782435e
-rw-r--r--.gitlab-ci.yml26
1 files changed, 13 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0221ae56..1de95aa1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,19 +14,19 @@ build-system-x86_64-chroot-build:
- 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
+ only:
+ - master
+ - /^staging\/.*$/
#build-system-armv7lhf-rootfs-build:
# stage: build