taskotron buildmaster: fix missing endif
This commit is contained in:
parent
af040867b7
commit
d3d7360dc7
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ factory.addStep(ShellCommand(command=["rm", "-f", "/var/log/taskotron/taskotron.
|
|||
{% if deployment_type in ['dev', 'stg', 'prod'] %}
|
||||
# clean out /var/tmp/taskotron (see T253)
|
||||
factory.addStep(ShellCommand(command=Interpolate("rm -rf /var/tmp/taskotron/%(prop:slavename)s/*"), name="rm_tmp", description='Clean tmp'))
|
||||
{% endif %}
|
||||
|
||||
# check out the source
|
||||
factory.addStep(Git(repourl=Property('repo', default=Interpolate('{{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/%(prop:taskname)s/')),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue