mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-10 09:54:43 +00:00
Fix tests
This commit is contained in:
@@ -30,8 +30,8 @@ CWD="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
|
||||
###
|
||||
### Sanity check
|
||||
###
|
||||
if [ "${#}" -ne "4" ]; then
|
||||
echo "Usage: start.ci <image> <arch> <version> <flavour>"
|
||||
if [ "${#}" -ne "5" ]; then
|
||||
echo "Usage: start.ci <image> <arch> <version> <flavour> <tag>"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user