mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Fix "ci-test-extensions all"
This commit is contained in:
parent
f13e11e15a
commit
f60a336f8f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue