From 0d81d8f07cdddf4c55f7abd7f717de8be06b9b93 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 18 Mar 2021 13:46:48 -0400 Subject: [PATCH] build_utils: Don't build pacific containers for el7 Signed-off-by: David Galloway --- scripts/build_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 62541041..7f20e2c8 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -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 -- 2.47.3