pull/437/head
Frostebite 2022-10-14 01:04:34 +01:00
parent cda93e27fc
commit b5de40caa2
3 changed files with 1 additions and 9 deletions

4
dist/index.js vendored
View File

@ -3798,15 +3798,11 @@ class LocalDockerCloudRunner {
const fileContents = `#!/bin/bash
set -e
apt-get update > /dev/null && apt-get install -y tree> /dev/null
mkdir -p /github/workspace/cloud-runner-cache
mkdir -p /data/cache
cp -a /github/workspace/cloud-runner-cache/. ${sharedFolder}
tree -L 3 ${sharedFolder}
${commands}
cp -a ${sharedFolder}. /github/workspace/cloud-runner-cache/
tree -L 2 /github/workspace/cloud-runner-cache
tree -L 3 ${sharedFolder}
`;
fs_1.writeFileSync(`${workspace}/${entrypointFilePath}`, fileContents, {
flag: 'w',

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -90,15 +90,11 @@ class LocalDockerCloudRunner implements ProviderInterface {
const fileContents = `#!/bin/bash
set -e
apt-get update > /dev/null && apt-get install -y tree> /dev/null
mkdir -p /github/workspace/cloud-runner-cache
mkdir -p /data/cache
cp -a /github/workspace/cloud-runner-cache/. ${sharedFolder}
tree -L 3 ${sharedFolder}
${commands}
cp -a ${sharedFolder}. /github/workspace/cloud-runner-cache/
tree -L 2 /github/workspace/cloud-runner-cache
tree -L 3 ${sharedFolder}
`;
writeFileSync(`${workspace}/${entrypointFilePath}`, fileContents, {
flag: 'w',