diff --git a/build-system/scripts/force_deploy_build b/build-system/scripts/force_deploy_build index 89147bac978..0ec0627b055 100755 --- a/build-system/scripts/force_deploy_build +++ b/build-system/scripts/force_deploy_build @@ -19,7 +19,7 @@ fi COMMIT_TAG_VERSION=$(extract_tag_version $REPOSITORY "false") -if [ -z "$VERSION" ]; then +if [ -z "$COMMIT_TAG_VERSION" ]; then # Not a version tag, build normally build $REPOSITORY false $@ else