mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1318099 - Disable artifact build tasks on the graphics branch: add empty line to make flake8 happy. r=flake8-fix
This commit is contained in:
parent
9cb5f9e9cf
commit
0acd4ede3e
@ -127,6 +127,7 @@ def target_tasks_graphics(full_task_graph, parameters):
|
||||
the graphics branch that aren't on the candidate branches of artifact
|
||||
builds"""
|
||||
filtered_for_project = target_tasks_default(full_task_graph, parameters)
|
||||
|
||||
def filter(task):
|
||||
if task.attributes['kind'] == 'artifact-build':
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user