Update bitrise app id
This commit is contained in:
parent
f30e2b8839
commit
c1003c0543
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
},
|
||||
asyncComputed: {
|
||||
async master() {
|
||||
const redirectorUrl = 'https://bitrise-redirector.herokuapp.com/v0.1/apps/f841f20d8f8b1dc8/builds/develop/artifacts/0/info';
|
||||
const redirectorUrl = 'https://bitrise-redirector.herokuapp.com/v0.1/apps/daeff1893f3c8128/builds/develop/artifacts/0/info';
|
||||
const build = await this.$http.get(redirectorUrl);
|
||||
return {
|
||||
released: build.body.finished_at,
|
||||
|
@ -52,7 +52,7 @@
|
|||
async versions() {
|
||||
const response = await this.$http.get('https://api.github.com/repos/wulkanowy/wulkanowy/pulls?state=open');
|
||||
return (await Promise.all(response.body.map(async (release) => {
|
||||
const redirectorUrl = `https://bitrise-redirector.herokuapp.com/v0.1/apps/f841f20d8f8b1dc8/builds/${release.head.ref}/artifacts/0/info`;
|
||||
const redirectorUrl = `https://bitrise-redirector.herokuapp.com/v0.1/apps/daeff1893f3c8128/builds/${release.head.ref}/artifacts/0/info`;
|
||||
const build = await this.$http.get(redirectorUrl).catch((error) => error);
|
||||
return {
|
||||
title: release.title,
|
||||
|
|
Loading…
Reference in a new issue