mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 20:20:53 +00:00
Improve future release flag warning message
This commit is contained in:
+1
-1
@@ -124,5 +124,5 @@ done
|
||||
if [[ "${CI_PHP_FUTURE_RELEASE}" != "true" ]]; then
|
||||
exit "${#errors[@]}"
|
||||
elif [[ "${#errors[@]}" -ne 0 ]]; then
|
||||
echo "One or more tests failed, but allowed as CI_PHP_FUTURE_RELEASE is on for PHP version ${CI_PHP_VERSION}."
|
||||
echo "One or more tests failed, but allowed as the CI_PHP_FUTURE_RELEASE flag is on for PHP version ${CI_PHP_VERSION}."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user