Skip to content

Commit 8ae0802

Browse files
committed
chore: remove unused ubuntu anchors
1 parent 5988dc3 commit 8ae0802

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.circleci/src/pipeline/@pipeline.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1515
base-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

1917
orbs:
2018
browser-tools: circleci/browser-tools@2.3.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)