summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-10-27 11:41:56 +0100
committerJavier Jardón <jjardon@gnome.org>2016-10-27 11:41:56 +0100
commit8f6a3db30a5edb429c563246d7c076583fc6b290 (patch)
treed78e6f17ce52ee697049095aa46b5a48929db3bb
parentbfed7b8ac624a02df62f3e7c866429cc5d2892db (diff)
downloaddefinitions-8f6a3db30a5edb429c563246d7c076583fc6b290.tar.gz
.gitlab-ci.yml: Disable deployment of the build system
Until we know why It is failing: https://gitlab.com/baserock/definitions/builds/5576416 Change-Id: Ib2f00d340677899e934c32d2943f0ee22624284c
-rw-r--r--.gitlab-ci.yml26
1 files changed, 13 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 41463574..9c437a31 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