From a43fc4030649843ae26396970ca6f2df2f0a37c3 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Tue, 1 Oct 2024 11:33:34 -0400 Subject: [PATCH] Run on release/14.0.0 branch --- scripts/binary/trigger-publish-binary-pipeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/binary/trigger-publish-binary-pipeline.js b/scripts/binary/trigger-publish-binary-pipeline.js index 1e3277d5024e..1b3924fe386b 100644 --- a/scripts/binary/trigger-publish-binary-pipeline.js +++ b/scripts/binary/trigger-publish-binary-pipeline.js @@ -10,7 +10,7 @@ const { getNextVersionForBinary } = require('../get-next-version') const { nextVersion } = await getNextVersionForBinary() const body = JSON.stringify({ - branch: 'remove-centos7-support', + branch: 'release/14.0.0', parameters: { temp_dir: os.tmpdir(), sha: process.env.CIRCLE_SHA1,