Build system: Small improvement

pico-3.0-alpha
Daniel Rudolf 6 years ago
parent 7c1e889717
commit 2cf60e25af
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 1
      .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

Loading…
Cancel
Save