removing extra {% endif %}
This commit is contained in:
parent
07fe2ff7bd
commit
b5bc06fdef
1 changed files with 0 additions and 1 deletions
|
@ -243,7 +243,6 @@ factory.addStep(FileUpload(slavesrc='/var/log/taskotron/taskotron.log',
|
|||
#
|
||||
# clean out /var/tmp/taskotron (see T253)
|
||||
distgit_factory.addStep(ShellCommand(command=Interpolate("rm -rf /var/tmp/taskotron/%(prop:slavename)s/*"), name="rm_tmp", descriptionDone=['Clean tmp']))
|
||||
{% endif %}
|
||||
|
||||
# check out the source
|
||||
distgit_factory.addStep(Git(repourl=Property('repo', default=Interpolate('http://pkgs01.stg.phx2.fedoraproject.org/rpms/{}/'.format(%(prop:item)s.split('-'_[0])))),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue