mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Update to Element pipeline name
This commit is contained in:
parent
9eb6932f11
commit
b7a2810dc3
@ -19,7 +19,7 @@ const {setPackageVersion, setDebVersion} = require('./set-version.js');
|
|||||||
|
|
||||||
async function getLatestDevelopUrl(bkToken) {
|
async function getLatestDevelopUrl(bkToken) {
|
||||||
const buildsResult = await needle('get',
|
const buildsResult = await needle('get',
|
||||||
"https://api.buildkite.com/v2/organizations/matrix-dot-org/pipelines/riot-web/builds",
|
"https://api.buildkite.com/v2/organizations/matrix-dot-org/pipelines/element-web/builds",
|
||||||
{
|
{
|
||||||
branch: 'develop',
|
branch: 'develop',
|
||||||
state: 'passed',
|
state: 'passed',
|
||||||
|
Loading…
Reference in New Issue
Block a user