]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
build_utils: Don't build pacific containers for el7 1773/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 18 Mar 2021 17:46:48 +0000 (13:46 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 18 Mar 2021 17:46:48 +0000 (13:46 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
scripts/build_utils.sh

index 62541041832370377884d4c553b0fcad8e8b059d..7f20e2c8b9484958b4febd82a98dfa8ea373d5d4 100644 (file)
@@ -1454,7 +1454,7 @@ maybe_reset_ci_container() {
     if ! "$CI_CONTAINER"; then
         return
     fi
-    if [[ "$BRANCH" =~ octopus && "$DIST" == el7 ]]; then
+    if [[ "$BRANCH" =~ octopus|pacific && "$DIST" == el7 ]]; then
         echo "disabling CI container build for $BRANCH"
         CI_CONTAINER=false
     fi