mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2025-01-22 13:51:29 +01:00
Fix "ci-test-extensions all"
This commit is contained in:
parent
f13e11e15a
commit
f60a336f8f
@ -361,7 +361,7 @@ case "${1:-}" in
|
||||
EXTENSIONS_TO_BE_TESTED="${2:-}"
|
||||
;;
|
||||
all)
|
||||
EXTENSIONS_TO_BE_TESTED="$(cat "$CI_BUILD_DIR/data/supported-extensions" | cut -d' ' -f1)"
|
||||
EXTENSIONS_TO_BE_TESTED="$(cat "$CI_BUILD_DIR/data/supported-extensions" | cut -d' ' -f1 | tr '\n' ' ')"
|
||||
;;
|
||||
*)
|
||||
if test -z "${1:-}"; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user