diff --git a/version.sh b/version.sh index 3cb43e4..5e6584a 100755 --- a/version.sh +++ b/version.sh @@ -14,6 +14,7 @@ if [ -z "${APP_VERSION}" ]; then fi else # Non-interactive (CI): default to "latest" APP_VERSION="latest" + fi fi # Get project commit id and URL