require both args

This commit is contained in:
sneurlax 2024-05-21 17:09:22 -05:00
parent c828081c3d
commit ac38384e85

View file

@ -7,7 +7,7 @@ usage() {
} }
# Check if no arguments are provided. # Check if no arguments are provided.
if [ $# -eq 0 ]; then if [ -z "$VERSION" ] || [ -z "$BUILD_NUMBER" ]; then
usage usage
fi fi