From bd76fe58ba4cb3bacc51eb69764d822c55d5132c Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Thu, 20 Feb 2020 17:11:09 +0100
Subject: [PATCH] ci/cd: remove ubuntu

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6c355ed..1650ef4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,10 +7,6 @@ stages:
   tags: [ linux, docker ]
   image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:centos-7
 
-.ubuntu-18.04:
-  tags: [ linux, docker ]
-  image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:devel-ubuntu18.04
-
 .windows-1809:
   tags: [ windows-1809, docker ]
   image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:devel-windows1809
@@ -47,15 +43,6 @@ build centos-7:
     - ./.gitlab-ci.py prepare
       --dependency biotracker-interfaces bioroboticslab/biotracker/interfaces master 'package centos-7'
 
-build ubuntu-18.04:
-  extends: .ubuntu-18.04
-  <<: *build
-  variables:
-    <<: [ *gcc8, *release ]
-  before_script:
-    - ./.gitlab-ci.py prepare
-      --dependency biotracker-interfaces bioroboticslab/biotracker/interfaces master 'package ubuntu-18.04'
-
 build windows-1809:
   extends: .windows-1809
   <<: *build
@@ -89,12 +76,6 @@ package centos-7:
     - build centos-7
   <<: *package
 
-package ubuntu-18.04:
-  extends: .ubuntu-18.04
-  dependencies:
-    - build ubuntu-18.04
-  <<: *package
-
 package windows-1809:
   extends: .windows-1809
   dependencies:
-- 
GitLab