Skip to content

Commit

Permalink
Update scripts/binary/trigger-publish-binary-pipeline.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel authored Oct 29, 2024
1 parent 814e010 commit cb217de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/binary/trigger-publish-binary-pipeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { getNextVersionForBinary } = require('../get-next-version')
const { nextVersion } = await getNextVersionForBinary()

const body = JSON.stringify({
branch: 'ryanm/chore/electron-upgrade',
branch: 'release/14.0.0',
parameters: {
temp_dir: os.tmpdir(),
sha: process.env.CIRCLE_SHA1,
Expand Down

1 comment on commit cb217de

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on cb217de Oct 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.0.0/linux-x64/ryanm/chore/electron-upgrade-cb217de4c1cbd2dd8ae77a9c65a5e79f69a86755/cypress.tgz

Please sign in to comment.