mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Forgot to remove some tmp stuff :/
This commit is contained in:
parent
dba5ef8c85
commit
6f3e6a0910
1 changed files with 1 additions and 4 deletions
|
@ -197,16 +197,13 @@ class AppCI():
|
||||||
|
|
||||||
# Updating applists...
|
# Updating applists...
|
||||||
for applist in applists:
|
for applist in applists:
|
||||||
pass
|
applist.update()
|
||||||
#applist.update()
|
|
||||||
|
|
||||||
apps = App.query.all()
|
apps = App.query.all()
|
||||||
cibranches = AppCIBranch.query.all()
|
cibranches = AppCIBranch.query.all()
|
||||||
|
|
||||||
# Scrap jenkins
|
# Scrap jenkins
|
||||||
for branch in cibranches:
|
for branch in cibranches:
|
||||||
if branch.name != "stretch":
|
|
||||||
continue
|
|
||||||
for app in apps:
|
for app in apps:
|
||||||
print("> Fetching {} for C.I. branch {}".format(app.name, branch.name))
|
print("> Fetching {} for C.I. branch {}".format(app.name, branch.name))
|
||||||
url, raw_ci_output = AppCI.fetch_raw_ci_output(branch, app)
|
url, raw_ci_output = AppCI.fetch_raw_ci_output(branch, app)
|
||||||
|
|
Loading…
Reference in a new issue