We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4bdb6 commit 0c4c561Copy full SHA for 0c4c561
1 file changed
build-packages.sh
@@ -52,7 +52,8 @@ elif [ -d ".git/" ]; then
52
fi
53
54
if [[ ! "${FRANKENPHP_VERSION}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
55
- echo "Error: FRANKENPHP_VERSION must be set to X.Y.Z (e.g. 1.5.1), got '${FRANKENPHP_VERSION}'"
+ echo "Warning: FRANKENPHP_VERSION must be set to X.Y.Z (e.g. 1.5.1), got '${FRANKENPHP_VERSION}'"
56
+ echo "Falling back to non-release version 0.0.0"
57
FRANKENPHP_VERSION=0.0.0
58
59
0 commit comments