mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2025-01-22 22:01:54 +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:-}"
|
EXTENSIONS_TO_BE_TESTED="${2:-}"
|
||||||
;;
|
;;
|
||||||
all)
|
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
|
if test -z "${1:-}"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user