pull/524/head
Frostebite 2023-03-17 23:34:29 +00:00
parent fb0a4cde42
commit 75e57ee600
3 changed files with 1 additions and 11 deletions

1
dist/index.js generated vendored
View File

@ -3150,7 +3150,6 @@ class Kubernetes {
if (!running) {
if (!follow_log_stream_service_1.FollowLogStreamService.DidReceiveEndOfTransmission && podStatus === `Succeeded`) {
output += await kubernetes_task_runner_1.default.runTask(this.kubeConfig, this.kubeClient, this.jobName, this.podName, 'main', this.namespace, true);
output += await kubernetes_task_runner_1.default.runTask(this.kubeConfig, this.kubeClient, this.jobName, this.podName, ``, this.namespace, true);
cloud_runner_logger_1.default.log(JSON.stringify((await this.kubeClient.listNamespacedEvent(this.namespace)).body.items
.map((x) => {
return {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -171,15 +171,6 @@ class Kubernetes implements ProviderInterface {
this.namespace,
true,
);
output += await KubernetesTaskRunner.runTask(
this.kubeConfig,
this.kubeClient,
this.jobName,
this.podName,
``,
this.namespace,
true,
);
CloudRunnerLogger.log(
JSON.stringify(
(await this.kubeClient.listNamespacedEvent(this.namespace)).body.items