From 3668fb53b939ff0707889339a6fe9063a1dc2086 Mon Sep 17 00:00:00 2001 From: htranho <34069728+htranho@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:56:28 -0500 Subject: [PATCH] MMT-3876: Remove test value assignment --- bin/download_schemas.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/download_schemas.sh b/bin/download_schemas.sh index 35681c0d6..713c63c1a 100755 --- a/bin/download_schemas.sh +++ b/bin/download_schemas.sh @@ -1,7 +1,6 @@ #!/bin/bash ummJsonSchemaUrl=`jq '.ummJsonSchemaUrl' ./static.config.json` ummJsonSchemaUrl=${ummJsonSchemaUrl//\"/} -bamboo_STAGE_NAME="sit" stage=$bamboo_STAGE_NAME if [ "$stage" == "prod" ]; then stage=""