Skip to content

Commit 3a0b5b3

Browse files
Merge pull request #631 from bcgov/fix/deployment-issue
Small fix to address deployment issue
2 parents b4cb77f + b17ac6e commit 3a0b5b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/config/update-configmap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ PARSER_CONFIG="
5151
#Setup for config-maps
5252
###########################################################
5353

54-
if [ "$ENV" == "prod" ]
54+
if [ "$envValue" == "prod" ]
5555
then
5656
ALGORITHM_API_VERSION="v1"
5757
else

0 commit comments

Comments
 (0)