Fix docstring on shell_script plugin
Change-Id: I6e92a00c72d5ee054186f93cf344df98930cdd13
This commit is contained in:
parent
bb11d44b03
commit
1d0da246b5
@ -20,8 +20,7 @@ from turbo_hipster.lib import models
|
||||
|
||||
class Runner(models.ShellTask):
|
||||
|
||||
""" This thread handles the actual sql-migration tests.
|
||||
It pulls in a gearman job from the build:gate-real-db-upgrade
|
||||
queue and runs it through _handle_patchset"""
|
||||
"""A plugin to run any shell script as defined in the config. Based on
|
||||
models.ShellTask the steps can be overwritten."""
|
||||
|
||||
log = logging.getLogger("task_plugins.gate_real_db_upgrade.task.Runner")
|
||||
|
Loading…
x
Reference in New Issue
Block a user