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.
2 parents df8852d + ef95e19 commit e46184cCopy full SHA for e46184c
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