Update to Element pipeline name

This commit is contained in:
J. Ryan Stinnett 2020-09-09 11:08:41 +01:00
parent 9eb6932f11
commit b7a2810dc3

View File

@ -19,7 +19,7 @@ const {setPackageVersion, setDebVersion} = require('./set-version.js');
async function getLatestDevelopUrl(bkToken) {
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',
state: 'passed',