summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-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