This website works better with JavaScript.
Home
Help
Register
Sign In
Thomas
/
libpEpAdapter
forked from
pEp.foundation/libpEpAdapter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
CI: remove unfinished CentOS/RHEL jobs
android-build
Devan Carpenter
2 years ago
parent
dd56c009e3
commit
1399afb4b2
Signed by untrusted user:
dvn
GPG Key ID:
E1707CFFD7B85A02
1 changed files
with
0 additions
and
19 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-19
.gitlab-ci.yml
+ 0
- 19
.gitlab-ci.yml
View File
@ -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:
Write
Preview
Loading…
Cancel
Save