Browse Source

CI: remove incomplete CentOS jobs

JNI-129
Devan Carpenter 4 years ago
parent
commit
2bfb46a98c
No known key found for this signature in database GPG Key ID: E1707CFFD7B85A02
  1. 21
      .gitlab-ci.yml

21
.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]+$/'

Loading…
Cancel
Save