chore: remove unused code from our js scripts (#25419)

This commit is contained in:
Charles Kerr 2020-09-14 12:22:13 -05:00 committed by GitHub
parent bc9816b206
commit 7f885bd266
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 1 additions and 8 deletions

View file

@ -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;