From dc1f2cc8df0271451a6380150af3ecf3dd6b8933 Mon Sep 17 00:00:00 2001 From: trahman1318 Date: Mon, 14 Mar 2022 17:44:05 +0000 Subject: SERVER-64469 Unbound Variable Error in antithesis_image_build.sh --- evergreen/antithesis_image_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evergreen/antithesis_image_build.sh b/evergreen/antithesis_image_build.sh index 64de089d7bb..0b986770102 100644 --- a/evergreen/antithesis_image_build.sh +++ b/evergreen/antithesis_image_build.sh @@ -57,7 +57,7 @@ if [ "${is_patch}" = "true" ]; then tag="evergreen-patch" fi -if [ -n "${antithesis_image_tag}" ]; then +if [ -n "${antithesis_image_tag:-}" ]; then echo "Using provided tag: '$antithesis_image_tag' for docker pushes" tag=$antithesis_image_tag fi -- cgit v1.2.1