Merge pull request #139 from vector-im/jryans/rename-pipeline

Update to Element pipeline name
This commit is contained in:
J. Ryan Stinnett 2020-09-09 11:10:19 +01:00 committed by GitHub
commit 2382cc56b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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',