Skip to content

Commit

Permalink
removed pwd pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hernandez-scopely committed Apr 26, 2021
1 parent 11b461a commit 4f5f7c3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/model/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class Docker {
--volume "${runnerTempPath}/_github_workflow":"/github/workflow" \
--volume "${workspace}":"/github/workspace" \
--volume "/home/runner/.ssh":"/root/.ssh" \
--volume "$(pwd):/$(pwd)" \
${image} /bin/bash -c "apt-get update && apt-get --assume-yes install ssh"`;

await exec(command, undefined, { silent });
Expand Down

0 comments on commit 4f5f7c3

Please # to comment.