Added false check
This commit is contained in:
@@ -16,7 +16,7 @@ fi
|
||||
|
||||
echo "::group::Running Unity Command"
|
||||
#Run the command.
|
||||
if [[ -n "$UNITY_BUILDER" ]]; then
|
||||
if [[ -n "$UNITY_BUILDER" && "$UNITY_BUILDER" != "false" ]]; then
|
||||
echo "Using UnityBuilder to run the command:"
|
||||
echo " UnityBuilder $COMMAND"
|
||||
UnityBuilder $COMMAND
|
||||
|
||||
Reference in New Issue
Block a user