deleted PVC log message

pull/310/head
Frostebite 2022-01-30 21:47:05 +00:00
parent 7a91f5062f
commit f574b9cf68
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@ -1790,6 +1790,7 @@ class CloudRunner {
const output = yield new workflow_composition_root_1.WorkflowCompositionRoot().run(new cloud_runner_step_state_1.CloudRunnerStepState(baseImage, task_parameter_serializer_1.TaskParameterSerializer.readBuildEnvironmentVariables(), cloud_runner_state_1.CloudRunnerState.defaultSecrets));
core.startGroup('Cleanup');
yield cloud_runner_state_1.CloudRunnerState.CloudRunnerProviderPlatform.cleanupSharedResources(cloud_runner_state_1.CloudRunnerState.buildParams.buildGuid, cloud_runner_state_1.CloudRunnerState.buildParams, cloud_runner_state_1.CloudRunnerState.branchName, cloud_runner_state_1.CloudRunnerState.defaultSecrets);
cloud_runner_logger_1.default.log(`Cleanup complete`);
core.endGroup();
return output;
}

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -59,6 +59,7 @@ class CloudRunner {
CloudRunnerState.branchName,
CloudRunnerState.defaultSecrets,
);
CloudRunnerLogger.log(`Cleanup complete`);
core.endGroup();
return output;
} catch (error) {