Fixed bug with additional 'c:' prefix for --workDir
parent
461ecf7cea
commit
a4fdbf8f60
|
@ -100,7 +100,7 @@ class Docker {
|
|||
} = parameters;
|
||||
|
||||
return `docker run \
|
||||
--workdir c:${dockerWorkspacePath} \
|
||||
--workdir ${dockerWorkspacePath} \
|
||||
--rm \
|
||||
${ImageEnvironmentFactory.getEnvVarString(parameters)} \
|
||||
--env GITHUB_WORKSPACE=c:${dockerWorkspacePath} \
|
||||
|
|
Loading…
Reference in New Issue