Merge "Fix a docstring typo in build.py"
This commit is contained in:
commit
344318f584
@ -194,7 +194,7 @@ class PushIntoQueueTask(task.Task):
|
|||||||
|
|
||||||
|
|
||||||
class PushTask(DockerTask):
|
class PushTask(DockerTask):
|
||||||
"""Task that pushes a image to a docker repository."""
|
"""Task that pushes an image to a docker repository."""
|
||||||
|
|
||||||
def __init__(self, conf, image):
|
def __init__(self, conf, image):
|
||||||
super(PushTask, self).__init__()
|
super(PushTask, self).__init__()
|
||||||
|
Loading…
Reference in New Issue
Block a user