cleanup & retained mode test for k8s and aws

pull/437/head
Frostebite 2022-11-07 13:45:21 +00:00
parent 9a628a8c31
commit 836a9242b8
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@ -1603,6 +1603,7 @@ class AWSTaskRunner {
if (!cloud_runner_options_1.default.watchCloudRunnerToEnd) {
const shouldCleanup = false;
const output = '';
cloud_runner_logger_1.default.log(`Watch Cloud Runner To End: false`);
return { output, shouldCleanup };
}
cloud_runner_logger_1.default.log(`Streaming...`);

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -61,6 +61,7 @@ class AWSTaskRunner {
if (!CloudRunnerOptions.watchCloudRunnerToEnd) {
const shouldCleanup: boolean = false;
const output: string = '';
CloudRunnerLogger.log(`Watch Cloud Runner To End: false`);
return { output, shouldCleanup };
}