From 3d4e195b36a159b40838b3b25d2a9e7f65f53a52 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Tue, 17 Jan 2017 09:34:26 +0000 Subject: No validate --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc944927..47f435ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ image: python:2.7-slim stages: - - validate - build-1 - deploy-1 @@ -14,11 +13,6 @@ before_script: - cd ybd && ./install_dependencies.sh && cd .. - pip install -r spec/requirements.txt -validate-all-definitions: - stage: validate - script: - - python spec/quick_check.py . - build-system-x86_64-chroot-build: stage: build-1 script: -- cgit v1.2.1