build: fix release script to work with sudowoodo (#22170)
This commit is contained in:
parent
2edbff6e6c
commit
d1fd237e61
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ async function circleCIcall (targetBranch, job, options) {
|
||||||
}
|
}
|
||||||
const workFlowUrl = `https://circleci.com/workflow-run/${workflowId}`
|
const workFlowUrl = `https://circleci.com/workflow-run/${workflowId}`
|
||||||
if (options.runningPublishWorkflows) {
|
if (options.runningPublishWorkflows) {
|
||||||
console.log(`CircleCI release workflow request for ${job} successful. Check ${workFlowUrl} for status.`)
|
console.log(`CircleCI release workflow request for ${job} successful. Check ${workFlowUrl} for status.`)
|
||||||
} else {
|
} else {
|
||||||
console.log(`CircleCI release build workflow running at https://circleci.com/workflow-run/${workflowId} for ${job}.`)
|
console.log(`CircleCI release build workflow running at https://circleci.com/workflow-run/${workflowId} for ${job}.`)
|
||||||
const jobNumber = await getCircleCIJobNumber(workflowId)
|
const jobNumber = await getCircleCIJobNumber(workflowId)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue