mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
Don't run lint on disabled apps
This commit is contained in:
parent
b3ef0970dc
commit
d6dbad65c6
@ -80,6 +80,9 @@ def main():
|
||||
appid = app['id']
|
||||
lastcommit = ''
|
||||
|
||||
if app['Disabled']:
|
||||
continue
|
||||
|
||||
for build in app['builds']:
|
||||
if 'commit' in build and 'disable' not in build:
|
||||
lastcommit = build['commit']
|
||||
|
Loading…
Reference in New Issue
Block a user