parameterize s3

pull/479/head
Frostebite 2023-01-19 14:39:24 +00:00
parent 6fda45ab7d
commit aae20d20fa
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -3295,6 +3295,7 @@ class Kubernetes {
else {
cloud_runner_logger_1.default.log('Pod still running, recovering stream...');
}
yield this.cleanupTaskResources();
}
catch (error) {
let errorParsed;
@ -3318,7 +3319,6 @@ class Kubernetes {
}
}
}
yield this.cleanupTaskResources();
return output;
}
catch (error) {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -154,6 +154,7 @@ class Kubernetes implements ProviderInterface {
} else {
CloudRunnerLogger.log('Pod still running, recovering stream...');
}
await this.cleanupTaskResources();
} catch (error: any) {
let errorParsed;
try {
@ -175,7 +176,6 @@ class Kubernetes implements ProviderInterface {
}
}
}
await this.cleanupTaskResources();
return output;
} catch (error) {