Update appci.py

This commit is contained in:
Kayou 2020-03-08 21:24:22 +01:00 committed by GitHub
parent e24fffb2c4
commit 8cb692796e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ 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='https://ci-buster.nohost.me/ci/logs/list_level_stable.json',
url_per_app='https://ci-stretch.nohost.me/ci/apps/{}/')
def last_build_url(self, app):