mirror of
https://github.com/actions/runner.git
synced 2025-12-15 06:26:46 +00:00
.
This commit is contained in:
@@ -3042,6 +3042,8 @@ function run() {
|
||||
// ])
|
||||
yield exec.exec('kubectl', runArgs);
|
||||
// get PATH inside the container
|
||||
const waitArgs = ['wait', '--for=condition=Ready', 'pod/job-container'];
|
||||
yield exec.exec('kubectl', waitArgs);
|
||||
// output containerId for ${{job.container.id}}
|
||||
// copy over node.js
|
||||
const cpNodeArgs = [
|
||||
|
||||
Reference in New Issue
Block a user