From f7c3aff59b0bf0515fc9363e5f1ff995354d867c Mon Sep 17 00:00:00 2001
From: Markus Frosch <markus.frosch@icinga.com>
Date: Fri, 30 Aug 2019 16:57:00 +0200
Subject: [PATCH] Remove EPEL 6 from the build matrix

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 009feef..ac986e4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,23 +67,6 @@ upload/epel/7:
   <<: *upload
   dependencies:
     - build/centos/7
-
-build/centos/6:
-  <<: *build
-  variables:
-    DOCKER_IMAGE: centos/6
-
-test/centos/6:
-  <<: *test
-  variables:
-    DOCKER_IMAGE: centos/6
-  dependencies:
-    - build/centos/6
-
-upload/epel/6:
-  <<: *upload
-  dependencies:
-    - build/centos/6
 ###################################
 # Fedora
 ###################################
-- 
GitLab