chore: remove unused code from our js scripts (#25419)
This commit is contained in:
parent
bc9816b206
commit
7f885bd266
6 changed files with 1 additions and 8 deletions
|
@ -91,7 +91,6 @@ async function circleCIcall (targetBranch, job, options) {
|
|||
try {
|
||||
const circleResponse = await circleCIRequest(CIRCLECI_PIPELINE_URL, 'POST', buildRequest);
|
||||
console.log(`CircleCI release build pipeline ${circleResponse.id} for ${job} triggered.`);
|
||||
const pipelineInfoUrl = `https://circleci.com/api/v2/pipeline/${circleResponse.id}`;
|
||||
const workflowId = await getCircleCIWorkflowId(circleResponse.id);
|
||||
if (workflowId === -1) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue