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 d3c5ec8 commit 2942e85Copy full SHA for 2942e85
src/tasks/createBuildExec.ts
@@ -13,7 +13,6 @@ export default (ctx: Context): ListrTask<Context, ListrRendererFactory, ListrRen
13
try {
14
if (ctx.authenticatedInitially && !ctx.config.skipBuildCreation) {
15
let resp = await ctx.client.createBuild(ctx.git, ctx.config, ctx.log, ctx.build.name, ctx.isStartExec, ctx.env.SMART_GIT, ctx.options.markBaseline, ctx.options.baselineBuild, ctx.options.scheduled,ctx.env.LT_USERNAME,ctx.env.LT_ACCESS_KEY);
16
- ctx.log.debug(`resp from createBuild: ${JSON.stringify(resp)}`);
17
if (resp && resp.data && resp.data.buildId) {
18
ctx.build = {
19
id: resp.data.buildId,
0 commit comments