Closed ryanfb closed 4 years ago
The bash -z test returns true if the string is empty. The -n test returns true if the string is NOT empty. In the current form of the deploy-via-git command, it will always fail because it will either try to use an empty branch or an empty tag.
-z
-n
The bash
-z
test returns true if the string is empty. The-n
test returns true if the string is NOT empty. In the current form of the deploy-via-git command, it will always fail because it will either try to use an empty branch or an empty tag.