]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-new-build: allow containers on centos 7 or 8 1470/head
authorDan Mick <dan.mick@redhat.com>
Wed, 18 Dec 2019 22:52:48 +0000 (14:52 -0800)
committerDan Mick <dan.mick@redhat.com>
Wed, 18 Dec 2019 22:52:48 +0000 (14:52 -0800)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
ceph-dev-new-build/build/build_rpm

index 972f1fb05a92588b465ccea82aee3f8d2d593b3b..0319295db295cdbc3c92558b6025daeb282cb6cf 100644 (file)
@@ -187,7 +187,7 @@ fi
 
 # XXX perhaps use job parameters instead of literals; then
 # later stages can also use them to compare etc.
-if [[ $CI_CONTAINER == "true" && $DISTRO == "centos" && $RELEASE == "7" && $FLAVOR == "default" ]] ; then
+if [[ $CI_CONTAINER == "true" && $DISTRO == "centos" && $FLAVOR == "default" ]] ; then
     loop=0
     ready=false
     while ((loop < 15)); do