summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 777a2cc7..34c87141 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,5 @@
image: python:2.7-slim
-stages:
- - deploy-1
-
before_script:
- export LC_ALL="C.UTF-8"
- apt-get update -qq && apt-get install -y -qq git
@@ -12,15 +9,7 @@ before_script:
- cd ybd && git checkout ps-debug-install && ./install_dependencies.sh && cd ..
- pip install -r spec/requirements.txt
-build-system-x86_64-chroot-build:
- stage: build-1
- script:
- - ybd/ybd.py systems/build-system-x86_64-chroot.morph x86_64
-
build-system-x86_64-chroot-deploy:
- stage: deploy-1
- dependencies:
- - build-system-x86_64-chroot-build
script:
- ybd/ybd.py clusters/build-system-x86_64-chroot-deploy.morph x86_64
artifacts: