Skip to content

Commit

Permalink
Fixed bug with additional 'c:' prefix for --workDir
Browse files Browse the repository at this point in the history
  • Loading branch information
Mannilie committed Sep 14, 2024
1 parent 461ecf7 commit a4fdbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class Docker {
} = parameters;

return `docker run \
--workdir c:${dockerWorkspacePath} \
--workdir ${dockerWorkspacePath} \
--rm \
${ImageEnvironmentFactory.getEnvVarString(parameters)} \
--env GITHUB_WORKSPACE=c:${dockerWorkspacePath} \
Expand Down

0 comments on commit a4fdbf8

Please sign in to comment.