From 3620e8b9438a8243176b60cefbcec30b8ab8d616 Mon Sep 17 00:00:00 2001 From: devcurmudgeon Date: Tue, 17 Jan 2017 13:25:24 +0000 Subject: Update .gitlab-ci.yml --- .gitlab-ci.yml | 11 ----------- 1 file changed, 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: -- cgit v1.2.1