Skip to content

Commit

Permalink
yarn run lint --fix && yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hernandez-scopely committed May 21, 2021
1 parent f8ebc05 commit db16958
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 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.

2 changes: 1 addition & 1 deletion src/model/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class Docker {
--volume "${runnerTempPath}/_github_home":"/root" \
--volume "${runnerTempPath}/_github_workflow":"/github/workflow" \
--volume "${workspace}":"/github/workspace" \
${sshAgent ? '--volume ' + sshAgent + ':/ssh-agent' : ''} \
${sshAgent ? `--volume ${sshAgent}:/ssh-agent` : ''} \
${sshAgent ? '--volume /home/runner/.ssh/known_hosts:/root/.ssh/known_hosts:ro' : ''} \
${image}`;

Expand Down

0 comments on commit db16958

Please sign in to comment.