Skip to content

Commit 6f3e4dc

Browse files
authored
chore: remove 14 as binary branch (#30850)
1 parent 4cb5774 commit 6f3e4dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/workflows.yml

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

scripts/binary/trigger-publish-binary-pipeline.js

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const { getNextVersionForBinary } = require('../get-next-version')
1010
const { nextVersion } = await getNextVersionForBinary()
1111

1212
const body = JSON.stringify({
13-
branch: 'release/14.0.0',
1413
parameters: {
1514
temp_dir: os.tmpdir(),
1615
sha: process.env.CIRCLE_SHA1,

0 commit comments

Comments
 (0)