We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee7e90 commit ef95e19Copy full SHA for ef95e19
src/tasks/finalizeBuild.ts
@@ -29,7 +29,6 @@ export default (ctx: Context): ListrTask<Context, ListrRendererFactory, ListrRen
29
ctx.log.debug(`Closed server`);
30
let resp = await ctx.client.getS3PreSignedURL(ctx);
31
await ctx.client.uploadLogs(ctx, resp.data.url);
32
- unlinkSync(constants.LOG_FILE_PATH);
33
} catch (error: any) {
34
ctx.log.debug(error);
35
}
0 commit comments