mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
Fix test-case
This commit is contained in:
@@ -6,8 +6,8 @@ set -o pipefail
|
||||
|
||||
CWD="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
|
||||
|
||||
if [ "${#}" != "5" ]; then
|
||||
>&2 echo "Error, requires 4 arguments: <IMAGE> <ARCH> <VERSION> <FLAVOUR> <MODULE>"
|
||||
if [ "${#}" != "6" ]; then
|
||||
>&2 echo "Error, requires 6 arguments: <IMAGE> <ARCH> <VERSION> <FLAVOUR> <TAG> <MODULE>"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user