fhdfjh
This commit is contained in:
parent
f08e44eeed
commit
414e050084
@ -54,7 +54,8 @@ elif [ "$TRAVIS_OS_NAME" = linux ] && [ -n "$DOCKER" ] && [ -z "$QEMU" ]; then
|
||||
|
||||
# Install dependencies
|
||||
if [ -n "$PACKAGES" ]; then
|
||||
docker exec "$CONTAINER" apt install -y "$PACKAGES" || die 1 "Unable to install following packages on '$CONTAINER': '$PACKAGES'"
|
||||
# NOTICE: DO not double quote PACKAGES
|
||||
docker exec "$CONTAINER" apt install -y $PACKAGES || die 1 "Unable to install following packages on '$CONTAINER': '$PACKAGES'"
|
||||
elif [ -z "$PACKAGES" ]; then
|
||||
true
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user