mirror of
https://github.com/actions/runner.git
synced 2025-12-15 06:26:46 +00:00
.
This commit is contained in:
@@ -3059,6 +3059,13 @@ function run() {
|
||||
'job-container:/__runner_util/kubeInnerHandler'
|
||||
];
|
||||
yield exec.exec('kubectl', cpKubeInnerArgs);
|
||||
// copy over _work
|
||||
const cpWorkArgs = [
|
||||
'cp',
|
||||
'/actions-runner/_work',
|
||||
'job-container:/__w/'
|
||||
];
|
||||
yield exec.exec('kubectl', cpWorkArgs);
|
||||
const creationOutput = {
|
||||
JobContainerId: 'job-container',
|
||||
Network: 'job-container'
|
||||
|
||||
Reference in New Issue
Block a user