From 2cf60e25af993961827e1bf9f54ec1aad7698b09 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Thu, 21 Feb 2019 10:35:54 +0100 Subject: [PATCH] Build system: Small improvement --- .build/create-release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.build/create-release.sh b/.build/create-release.sh index 3953f37..be836fc 100755 --- a/.build/create-release.sh +++ b/.build/create-release.sh @@ -36,6 +36,7 @@ if [ "$VERSION_STABILITY" != "stable" ]; then echo "Setting minimum stability to '$VERSION_STABILITY'..." composer config "minimum-stability" "$VERSION_STABILITY" composer config "prefer-stable" "true" + echo fi # install dependencies