Skip to content
Snippets Groups Projects
Commit be4f4d58 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

Merge branch 'ci-disable-epel8-check' into 'master'

ci: disable build check for EPEL8 (still unresolvable)

See merge request !953
parents 0f85fb09 9e689c56
Branches
Tags
1 merge request!953ci: disable build check for EPEL8 (still unresolvable)
Pipeline #60613 passed with stage
in 37 seconds
......@@ -527,7 +527,7 @@ obs:build:all:
(echo "ERROR: version mismatch"; exit 1)
- >
! osc results home:CZ-NIC:$OBS_REPO knot-resolver --csv | \
grep -Ev 'disabled|excluded|Rawhide' | grep -v 'succeeded' -q || \
grep -Ev 'disabled|excluded|Rawhide|CentOS_8_EPEL' | grep -v 'succeeded' -q || \
(echo "ERROR: build(s) failed"; exit 1)
.distrotest: &distrotest
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment