github ephemeral pipeline support
parent
3987a5687b
commit
e34cd89c08
|
|
@ -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) {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue