yarn run lint --fix && yarn build

pull/124/head
Ivan Hernandez 2021-05-21 10:20:12 +02:00
parent 7739ed4483
commit 57dcd5fa05
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -63,7 +63,7 @@ class Docker {
--volume "/home/runner/work/_temp/_github_home":"/root" \ --volume "/home/runner/work/_temp/_github_home":"/root" \
--volume "/home/runner/work/_temp/_github_workflow":"/github/workflow" \ --volume "/home/runner/work/_temp/_github_workflow":"/github/workflow" \
--volume "${workspace}":"/github/workspace" \ --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' : ''} \ ${sshAgent ? '--volume /home/runner/.ssh/known_hosts:/root/.ssh/known_hosts:ro' : ''} \
${useHostNetwork ? '--net=host' : ''} \ ${useHostNetwork ? '--net=host' : ''} \
${githubToken ? '--env USE_EXIT_CODE=false' : '--env USE_EXIT_CODE=true'} \ ${githubToken ? '--env USE_EXIT_CODE=false' : '--env USE_EXIT_CODE=true'} \