mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-06 06:29:45 -06:00
chore: remove 14 as binary branch (#30850)
This commit is contained in:
@@ -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 >>
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user