chore: remove 14 as binary branch (#30850)

This commit is contained in:
Bill Glesias
2025-01-09 13:34:24 -05:00
committed by GitHub
parent 4cb5774618
commit 6f3e4dc2a7
2 changed files with 1 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ linuxArm64WorkflowFilters: &linux-arm64-workflow-filters
- equal: [ develop, << pipeline.git.branch >> ]
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
- equal: [ 'chore/update_vue_test_utils', << pipeline.git.branch >> ]
- equal: [ 'chore/update_binary_branch', << pipeline.git.branch >> ]
- matches:
pattern: /^release\/\d+\.\d+\.\d+$/
value: << pipeline.git.branch >>

View File

@@ -10,7 +10,6 @@ const { getNextVersionForBinary } = require('../get-next-version')
const { nextVersion } = await getNextVersionForBinary()
const body = JSON.stringify({
branch: 'release/14.0.0',
parameters: {
temp_dir: os.tmpdir(),
sha: process.env.CIRCLE_SHA1,