Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough committed Mar 1, 2022
1 parent a4d1e6d commit 3e722d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/binary/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ module.exports = {
'Cache-Control': 'no-cache',
}

new Promise((resolve, reject) => {
return new Promise((resolve, reject) => {
return gulp.src(file)
.pipe(rename((p) => {
// rename to standard filename for upload
Expand Down

1 comment on commit 3e722d0

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3e722d0 Mar 1, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.5.2/linux-x64/circle-fix-release-scripts-3e722d06c56073409ad3c6ee021528de72c2f8e3/cypress.tgz

Please sign in to comment.