log the submitted build task id
parent
30b096e0c1
commit
2d18077219
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -72,6 +72,7 @@ async function getRemoteBuilderAddr(inputs: context.Inputs): Promise<string | nu
|
|||
|
||||
const data = response.data;
|
||||
const taskId = data['id'] as string;
|
||||
core.info(`Submitted build task: ${taskId}`);
|
||||
stateHelper.setBlacksmithBuildTaskId(taskId);
|
||||
const clientKey = data['client_key'] as string;
|
||||
stateHelper.setBlacksmithClientKey(clientKey);
|
||||
|
|
Loading…
Reference in New Issue