Fix Appveyor URL
This commit is contained in:
parent
e3204a5ec1
commit
59b05ed661
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ async function callAppVeyor (targetBranch, job, options) {
|
||||||
let appVeyorResponse = await makeRequest(requestOpts, true).catch(err => {
|
let appVeyorResponse = await makeRequest(requestOpts, true).catch(err => {
|
||||||
console.log('Error calling AppVeyor:', 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}`)
|
console.log(`AppVeyor release build request for ${job} successful. Check build status at ${buildUrl}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue