Merge branch 'master' into use-dot-env

This commit is contained in:
John Kleinschmidt 2018-07-13 16:02:49 -04:00 committed by GitHub
commit 6ea0e73b47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 506 additions and 308 deletions

View file

@ -120,7 +120,7 @@ async function callAppVeyor (targetBranch, job, options) {
let appVeyorResponse = await makeRequest(requestOpts, true).catch(err => {
console.log('Error calling AppVeyor:', err)
})
const buildUrl = `https://windows-ci.electronjs.org/project/AppVeyor/electron/build/${appVeyorResponse.version}`
const buildUrl = `https://windows-ci.electronjs.org/project/AppVeyor/${appVeyorJobs[job]}/build/${appVeyorResponse.version}`
console.log(`AppVeyor release build request for ${job} successful. Check build status at ${buildUrl}`)
}