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