From 601b834b8c131f9ab03497658844307f8fd2eca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 26 Nov 2017 17:23:07 +0000 Subject: .gitlab-ci.yml: Remove -devel systems from the ci They are not really used/maintained --- .gitlab-ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39dbc32d..405fd859 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -135,14 +135,6 @@ ybd-build-system-x86_64-chroot-deploy: # - master # - /^staging\/.*$/ -ybd-devel-build-64: - stage: build-2 - dependencies: [] - <<: *ybd_before_script - script: - - ybd/ybd.py systems/devel-system-x86_64-generic.morph x86_64 - <<: *ybd_cache - ybd-genivi-baseline-build-64: stage: build-2 dependencies: [] @@ -277,15 +269,6 @@ bst-build-base-system: - scripts/bst-build-or-show systems/base-system-content.bst <<: *bst_cache -bst-build-devel-system: - stage: build-2 - dependencies: - - bst-convert - <<: *bst_before_script - script: - - scripts/bst-build-or-show systems/devel-system-content.bst - <<: *bst_cache - bst-build-genivi-demo-platform-system: stage: build-2 dependencies: -- cgit v1.2.1