File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ base-internal-yarn-berry: &base-internal-yarn-berry cypress/base-internal:22.19.
1313# Lowest Node.js version we support of the minimum major version supported
1414# See https://docs.cypress.io/app/get-started/install-cypress#Nodejs
1515base-internal-minimum-node : &base-internal-minimum-node cypress/base-internal:20.15.0
16- ubuntu-2004-current : &ubuntu-2004-current ubuntu-2004:2024.11.1
17- ubuntu-2004-older : &ubuntu-2004-older ubuntu-2004:2024.05.1
1816
1917orbs :
2018 browser-tools :
circleci/[email protected] @@ -118,7 +116,7 @@ commands:
118116 name : Set environment variable to determine whether or not to persist artifacts
119117 command : |
120118 echo "Setting SHOULD_PERSIST_ARTIFACTS variable"
121- echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "chore/fix_builds " ]]; then
119+ echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "chore/remove_unused_anchors " ]]; then
122120 export SHOULD_PERSIST_ARTIFACTS=true
123121 fi' >> "$BASH_ENV"
124122 # You must run `setup_should_persist_artifacts` command and be using bash before running this command
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ linux-x64:
44 - equal : [ develop, << pipeline.git.branch >> ]
55 # use the following branch as well to ensure that v8 snapshot cache updates are fully tested
66 - equal : [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
7- - equal : [ 'chore/fix_builds ', << pipeline.git.branch >> ]
7+ - equal : [ 'chore/remove_unused_anchors ', << pipeline.git.branch >> ]
88 - matches :
99 pattern : /^release\/\d+\.\d+\.\d+$/
1010 value : << pipeline.git.branch >>
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const { getNextVersionForBinary } = require('../get-next-version')
1111
1212 const body = JSON . stringify ( {
1313 // This branch is the branch of the `cypress-publish-binary` repository
14- // branch: 'main ',
14+ branch : 'chore/update_images ' ,
1515 parameters : {
1616 temp_dir : os . tmpdir ( ) ,
1717 sha : process . env . CIRCLE_SHA1 ,
You can’t perform that action at this time.
0 commit comments