From 1bbcecf129059602f39961eb3864f543464fcd64 Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Tue, 11 Feb 2020 16:10:24 +0100
Subject: [PATCH] ci/cd: Remove raw build, only robotracker plugins and python
 wheel left

---
 .gitlab-ci.yml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d14fe6d5..633d10da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,16 +46,6 @@ stages:
     expire_in: 1 day
   script: ./.gitlab-ci.py build
 
-build centos-7:
-  extends: .centos-7
-  <<: *build
-  variables:
-    <<: [ *release, *hdf5, *mxnet, *cpp_lib ]
-  before_script:
-    - ./.gitlab-ci.py prepare
-      --dependency robofish-interfaces bioroboticslab/robofish/interfaces master 'package centos-7'
-    - export PACKAGE_TXZ='ON'
-
 build centos-7[robotracker]:
   extends: .centos-7
   <<: *build
@@ -92,12 +82,6 @@ build centos-7[python]:
     expire_in: 1 week
   script: ./.gitlab-ci.py package
 
-package centos-7:
-  extends: .centos-7
-  dependencies:
-    - build centos-7
-  <<: *package
-
 package centos-7[robotracker]:
   extends: .centos-7
   dependencies:
-- 
GitLab