Skip to content

Commit

Permalink
PR feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough committed Mar 4, 2022
1 parent a3a1977 commit acba7f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/binary/util/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ const S3Configuration = {
const getS3Credentials = async function () {
// sso is not required for CirceCI
if (process.env.CIRCLECI) {
return await fromEnv()()
return fromEnv()()
}

return await fromSSO({ profile: process.env.AWS_PROFILE || 'production' })()
return fromSSO({ profile: process.env.AWS_PROFILE || 'production' })()
}

const getPublisher = async function () {
Expand Down

1 comment on commit acba7f5

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on acba7f5 Mar 4, 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-acba7f5ba8bf7d9a7f026a7e1db069ab73f38982/cypress.tgz

Please sign in to comment.