raulcd opened a new pull request, #41026: URL: https://github.com/apache/arrow/pull/41026
### Rationale for this change Currently our verification jobs are failing due to environment variables not being correctly interpolated. docker compose expects a double `$$` sign on the command as explained here: https://docs.docker.com/compose/compose-file/12-interpolation/ When we use `ARCHERY_USE_DOCKER_CLI=1` we are using `docker run` instead of `docker compose run`. The behaviour of the command changes and we have to update change the environment variable. ### What changes are included in this PR? Use correct docker compose binary when using `docker cli` and remove double $$. ### Are these changes tested? Via archery ### Are there any user-facing changes? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
