-
Notifications
You must be signed in to change notification settings - Fork 18
WIP: feature/consoleDockerCompose #76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: feature/consoleDockerCompose #76
Conversation
|
I don't really know what to check in the assertDockerCompose |
…erCompose # Conflicts: # runners/console/index.ts
|
@maybeec Only the linux pipeline succeeds, but windows always fails, i tried multiple projects. Locally on my windows pc it works fine. Seems like its a problem with the installed docker. See failed jobs for logs. How do i fix this? |
|
@MarcelDiessner, @maybeec I think for most projects the command will not work. |
…erCompose # Conflicts: # runners/console/index.ts
|
I think with my latest changes i should be able to make it run on windows pipeline, but the path of the DockerCli.exe is wrong. Is there a way to get the path of this file. |
Maybe you can extract the docker installation directory from the environment variables. |
Added path to docker-compose
No description provided.