This commit is contained in:
TingluoHuang
2021-10-28 21:31:52 -04:00
parent e750eb7e38
commit 5215d95637
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ async function run(): Promise<void> {
const cpTempArgs = [ const cpTempArgs = [
'cp', 'cp',
'/actions-runner/_work/_temp', '/actions-runner/_work/_temp',
'job-container:/__w/_temp' 'job-container:/__w/_temp/'
] ]
await exec.exec('kubectl', cpTempArgs) await exec.exec('kubectl', cpTempArgs)

View File

@@ -3094,7 +3094,7 @@ function run() {
const cpTempArgs = [ const cpTempArgs = [
'cp', 'cp',
'/actions-runner/_work/_temp', '/actions-runner/_work/_temp',
'job-container:/__w/_temp' 'job-container:/__w/_temp/'
]; ];
yield exec.exec('kubectl', cpTempArgs); yield exec.exec('kubectl', cpTempArgs);
const execArgs = ['exec']; const execArgs = ['exec'];