feat(cli): install pre-release binaries by computing binary URL from NPM URL (#8483)

This commit is contained in:
Zach Bloomquist
2020-09-08 17:44:37 -04:00
committed by GitHub
parent bec3a3cd00
commit fe4e11ec6e
5 changed files with 248 additions and 24 deletions
+1 -2
View File
@@ -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 {