From: Dan Mick Date: Wed, 18 Dec 2019 22:52:48 +0000 (-0800) Subject: ceph-dev-new-build: allow containers on centos 7 or 8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1470%2Fhead;p=ceph-build.git ceph-dev-new-build: allow containers on centos 7 or 8 Signed-off-by: Dan Mick --- diff --git a/ceph-dev-new-build/build/build_rpm b/ceph-dev-new-build/build/build_rpm index 972f1fb0..0319295d 100644 --- a/ceph-dev-new-build/build/build_rpm +++ b/ceph-dev-new-build/build/build_rpm @@ -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