From 2bfb46a98c0bb926ce192145cdf575fb57a04c02 Mon Sep 17 00:00:00 2001 From: Devan Carpenter Date: Sun, 21 Feb 2021 15:24:19 +0100 Subject: [PATCH] CI: remove incomplete CentOS jobs --- .gitlab-ci.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b00745..e98ad89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,26 +4,6 @@ include: stages: - build - -# CentOS/RHEL - -centos8:build: - extends: .make_in_docker - stage: build - variables: - CI_DISTRO_TARGET: "centos8" - rules: - - if: '$CI_COMMIT_TAG !~ /^Release_[0-9]+\.[0-9]+\.[0-9]+$/' - -centos8:tagged-build: - extends: .make_in_docker - stage: build - variables: - CI_DISTRO_TARGET: "centos8" - TAGGED_BUILD: "true" - rules: - - if: '$CI_COMMIT_TAG =~ /^Release_[0-9]+\.[0-9]+\.[0-9]+$/' - # Debian debian10:build: @@ -44,4 +24,3 @@ debian10:tagged-build: TAGGED_BUILD: "true" rules: - if: '$CI_COMMIT_TAG =~ /^Release_[0-9]+\.[0-9]+\.[0-9]+$/' -