@vm0/runner 3.18.2 → 3.18.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -3139,7 +3139,7 @@ async function executeJob(context, config, options = {}) {
|
|
|
3139
3139
|
)
|
|
3140
3140
|
);
|
|
3141
3141
|
}
|
|
3142
|
-
const systemLogFile = `/tmp/vm0-
|
|
3142
|
+
const systemLogFile = `/tmp/vm0-system-${context.runId}.log`;
|
|
3143
3143
|
const startTime = Date.now();
|
|
3144
3144
|
const maxWaitMs = 2 * 60 * 60 * 1e3;
|
|
3145
3145
|
let command;
|
|
@@ -4674,7 +4674,7 @@ var snapshotCommand = new Command5("snapshot").description("Generate a Firecrack
|
|
|
4674
4674
|
);
|
|
4675
4675
|
|
|
4676
4676
|
// src/index.ts
|
|
4677
|
-
var version = true ? "3.18.
|
|
4677
|
+
var version = true ? "3.18.4" : "0.1.0";
|
|
4678
4678
|
program.name("vm0-runner").version(version).description("Self-hosted runner for VM0 agents");
|
|
4679
4679
|
program.addCommand(startCommand);
|
|
4680
4680
|
program.addCommand(doctorCommand);
|