dariush-y / sbt-docker-compose

sbt-docker-compose plugin provides ultimate solution for running integration tests against docker containers with health checking support.
BSD 3-Clause "New" or "Revised" License
18 stars 6 forks source link

Error when path to docker compose path contains a space #5

Open jelmerk opened 6 years ago

jelmerk commented 6 years ago

If the docker compose file is located under a path that contains a space the build will fail.

Example :

[error] com.github.ehsanyou.sbt.docker.compose.DataTypes$InvalidExitCodeException: docker-compose -f /var/lib/jenkins/workspace/My Project/API - build and deploy/api-server-integration-tests/docker-compose.yml -p myprojectapiintegrationtests up -d command returned non-zero exit code.