stupid syntax error
This commit is contained in:
parent
f0cfff3818
commit
e13bd64dc6
@ -2,7 +2,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Check if version is already provided
|
# Check if version is already provided
|
||||||
if [ -z "${APP_VERSION}"]; then
|
if [ -z "${APP_VERSION}" ]; then
|
||||||
# Get version from user
|
# Get version from user
|
||||||
read -p "Version [latest]: " VERSIONINPUT
|
read -p "Version [latest]: " VERSIONINPUT
|
||||||
# If version was not provided, use the latest commit short hash as version
|
# If version was not provided, use the latest commit short hash as version
|
||||||
|
Loading…
Reference in New Issue
Block a user