1
0
Fork 0

Add to decision_task.py

master
Michael Droettboom 2019-04-24 14:53:35 -04:00 committed by Jeff Boek
parent 44fb58546c
commit cdade63249
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ def pr_or_push(is_push):
BUILDER.craft_ktlint_task,
BUILDER.craft_lint_task,
BUILDER.craft_compare_locales_task,
BUILDER.craft_dependencies_task,
):
other_tasks[taskcluster.slugId()] = craft_function()