mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
commit
eb0a5bacd1
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ class AppCIBranch(db.Model):
|
|||
arch="x86",
|
||||
branch="buster",
|
||||
display_name='buster (x86)',
|
||||
url='https://ci-stretch.nohost.me/ci/logs/list_level_stable.json',
|
||||
url_per_app='https://ci-stretch.nohost.me/ci/apps/{}/')
|
||||
url='https://ci-buster.nohost.me/ci/logs/list_level_stable.json',
|
||||
url_per_app='https://ci-buster.nohost.me/ci/apps/{}/')
|
||||
|
||||
def last_build_url(self, app):
|
||||
return self.url_per_app.format(app.name)
|
||||
|
|
Loading…
Reference in a new issue