mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-29 03:09:53 -05:00
feat(cli): install pre-release binaries by computing binary URL from NPM URL (#8483)
This commit is contained in:
+1
-2
@@ -69,8 +69,7 @@ const shorten = (s) => {
|
||||
const getShortCommit = () => {
|
||||
const sha =
|
||||
process.env.APPVEYOR_REPO_COMMIT ||
|
||||
process.env.CIRCLE_SHA1 ||
|
||||
process.env.BUILDKITE_COMMIT
|
||||
process.env.CIRCLE_SHA1
|
||||
|
||||
if (sha) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user