github ephemeral pipeline support

pull/387/head
Frostebite 2022-04-16 16:13:40 +01:00
parent 3987a5687b
commit e34cd89c08
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@ -1372,6 +1372,7 @@ class AWSTaskRunner {
core.setOutput('cloud runner stop watching', 'true'); core.setOutput('cloud runner stop watching', 'true');
shouldReadLogs = false; shouldReadLogs = false;
shouldCleanup = false; shouldCleanup = false;
core.warning('cloud runner stop watching');
} }
message = `[${cloud_runner_statics_1.CloudRunnerStatics.logPrefix}] ${message}`; message = `[${cloud_runner_statics_1.CloudRunnerStatics.logPrefix}] ${message}`;
if (cloud_runner_1.default.buildParameters.cloudRunnerIntegrationTests) { if (cloud_runner_1.default.buildParameters.cloudRunnerIntegrationTests) {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -221,6 +221,7 @@ class AWSTaskRunner {
core.setOutput('cloud runner stop watching', 'true'); core.setOutput('cloud runner stop watching', 'true');
shouldReadLogs = false; shouldReadLogs = false;
shouldCleanup = false; shouldCleanup = false;
core.warning('cloud runner stop watching');
} }
message = `[${CloudRunnerStatics.logPrefix}] ${message}`; message = `[${CloudRunnerStatics.logPrefix}] ${message}`;
if (CloudRunner.buildParameters.cloudRunnerIntegrationTests) { if (CloudRunner.buildParameters.cloudRunnerIntegrationTests) {