Forgot unused docker mount directory /resources

pull/196/head
Simen Sandvaer 2022-10-23 21:41:57 +02:00
parent e1ff791528
commit db9665c3ad
3 changed files with 1 additions and 3 deletions

1
dist/index.js generated vendored
View File

@ -222,7 +222,6 @@ const Docker = {
--volume "${workspace}:/github/workspace:z" \ --volume "${workspace}:/github/workspace:z" \
--volume "${actionFolder}/steps:/steps:z" \ --volume "${actionFolder}/steps:/steps:z" \
--volume "${actionFolder}/entrypoint.sh:/entrypoint.sh:z" \ --volume "${actionFolder}/entrypoint.sh:/entrypoint.sh:z" \
--volume "${actionFolder}/resources:/resources:z" \
--volume "${actionFolder}/unity-config:/usr/share/unity3d/config/:z" \ --volume "${actionFolder}/unity-config:/usr/share/unity3d/config/:z" \
${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` : ''} \

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -90,7 +90,6 @@ const Docker = {
--volume "${workspace}:/github/workspace:z" \ --volume "${workspace}:/github/workspace:z" \
--volume "${actionFolder}/steps:/steps:z" \ --volume "${actionFolder}/steps:/steps:z" \
--volume "${actionFolder}/entrypoint.sh:/entrypoint.sh:z" \ --volume "${actionFolder}/entrypoint.sh:/entrypoint.sh:z" \
--volume "${actionFolder}/resources:/resources:z" \
--volume "${actionFolder}/unity-config:/usr/share/unity3d/config/:z" \ --volume "${actionFolder}/unity-config:/usr/share/unity3d/config/:z" \
${sshAgent ? `--volume ${sshAgent}:/ssh-agent` : ''} \ ${sshAgent ? `--volume ${sshAgent}:/ssh-agent` : ''} \
${ ${