Skip to content

Commit

Permalink
fix: Update DRONE branch used for Dashboard (#18062)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane authored Sep 15, 2021
1 parent 3f39d7b commit f82c08e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/server/lib/util/ci_provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,8 @@ const _providerCommitParams = () => {
},
drone: {
sha: env.DRONE_COMMIT_SHA,
branch: env.DRONE_COMMIT_BRANCH,
// https://docs.drone.io/pipeline/environment/reference/drone-source-branch/
branch: env.DRONE_SOURCE_BRANCH,
message: env.DRONE_COMMIT_MESSAGE,
authorName: env.DRONE_COMMIT_AUTHOR,
authorEmail: env.DRONE_COMMIT_AUTHOR_EMAIL,
Expand Down
2 changes: 1 addition & 1 deletion packages/server/test/unit/ci_provider_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ describe('lib/util/ci_provider', () => {
DRONE_PULL_REQUEST: 'dronePullRequest',

DRONE_COMMIT_SHA: 'droneCommitSha',
DRONE_COMMIT_BRANCH: 'droneCommitBranch',
DRONE_SOURCE_BRANCH: 'droneCommitBranch',
DRONE_COMMIT_MESSAGE: 'droneCommitMessage',
DRONE_COMMIT_AUTHOR: 'droneCommitAuthor',
DRONE_COMMIT_AUTHOR_EMAIL: 'droneCommitAuthorEmail',
Expand Down

4 comments on commit f82c08e

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f82c08e Sep 15, 2021

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/8.4.1/circle-develop-f82c08e3eaa98c9a696c8814e80b8c33e45571a7/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f82c08e Sep 15, 2021

Choose a reason for hiding this comment

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

AppVeyor has built the win32 ia32 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/8.4.1/appveyor-develop-f82c08e3eaa98c9a696c8814e80b8c33e45571a7/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f82c08e Sep 15, 2021

Choose a reason for hiding this comment

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

AppVeyor has built the win32 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/8.4.1/appveyor-develop-f82c08e3eaa98c9a696c8814e80b8c33e45571a7/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f82c08e Sep 15, 2021

Choose a reason for hiding this comment

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

Circle has built the darwin 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/8.4.1/circle-develop-f82c08e3eaa98c9a696c8814e80b8c33e45571a7/cypress.tgz

Please sign in to comment.