This commit is contained in:
TingluoHuang
2021-10-28 21:39:55 -04:00
parent 5215d95637
commit af18df4621
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/'
] ]
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/'
]; ];
yield exec.exec('kubectl', cpTempArgs); yield exec.exec('kubectl', cpTempArgs);
const execArgs = ['exec']; const execArgs = ['exec'];