From d4ab1dadf43969a4bcbb44ddf1e19171cd304c07 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Fri, 2 Oct 2020 13:27:59 +0100 Subject: [PATCH] Add network.sh to must_gather.sh Otherwise MIRROR_IMAGES isn't defined when testing, and we see a failure to pull the image in the CI logs when test ipv6 --- must_gather.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/must_gather.sh b/must_gather.sh index 7dbffddad..3de866ea4 100755 --- a/must_gather.sh +++ b/must_gather.sh @@ -1,10 +1,11 @@ #!/usr/bin/env bash -set -xe +set -xeu source logging.sh source common.sh source utils.sh +source network.sh MUST_GATHER_PATH=${MUST_GATHER_PATH:-$LOGDIR/$CLUSTER_NAME/must-gather} if [ ! -d "$MUST_GATHER_PATH" ]; then