Change last dev build from master to develop branch

This commit is contained in:
Mikołaj Pich 2019-05-29 18:30:26 +02:00
parent 26003da10c
commit 163a03cb0b
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA

View file

@ -39,7 +39,7 @@
},
asyncComputed: {
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);
return {
released: build.body.finished_at,