From 8f6a3db30a5edb429c563246d7c076583fc6b290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 27 Oct 2016 11:41:56 +0100 Subject: .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 --- .gitlab-ci.yml | 26 +++++++++++++------------- 1 file 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 -- cgit v1.2.1