From 1399afb4b21d5b938a54c7836f1d1adba2b14ae4 Mon Sep 17 00:00:00 2001 From: Devan Carpenter Date: Tue, 16 Feb 2021 12:53:03 +0100 Subject: [PATCH] CI: remove unfinished CentOS/RHEL jobs --- .gitlab-ci.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d25b920..4dc8459 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,25 +5,6 @@ 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: