Skip to content

Commit

Permalink
fix: force_deploy_build error (#2375)
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy authored Sep 18, 2023
1 parent 93b473c commit 4d1cbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/scripts/force_deploy_build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d1cbf9

Please sign in to comment.