Skip to content

docker: pass quoted arguments through to docker-compose

Mark Janes requested to merge majanes/mesa_jenkins:env_params into master

When the env parameter has more than one token, the arguments need to be passed along using quoted positional parameters.

https://stackoverflow.com/questions/448407/bash-script-to-receive-and-repass-quoted-parameters

Fixes the shader cache test job

Merge request reports