Change last dev build from master to develop branch
This commit is contained in:
parent
26003da10c
commit
163a03cb0b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
},
|
},
|
||||||
asyncComputed: {
|
asyncComputed: {
|
||||||
async master() {
|
async master() {
|
||||||
const redirectorUrl = 'https://bitrise-redirector.herokuapp.com/v0.1/apps/f841f20d8f8b1dc8/builds/master/artifacts/0/info';
|
const redirectorUrl = 'https://bitrise-redirector.herokuapp.com/v0.1/apps/f841f20d8f8b1dc8/builds/develop/artifacts/0/info';
|
||||||
const build = await this.$http.get(redirectorUrl);
|
const build = await this.$http.get(redirectorUrl);
|
||||||
return {
|
return {
|
||||||
released: build.body.finished_at,
|
released: build.body.finished_at,
|
||||||
|
|
Loading…
Reference in a new issue