fixing template syntax

This commit is contained in:
Tim Flink 2016-01-11 17:48:50 +00:00
parent f60150af57
commit c27ba2daa6

View file

@ -162,9 +162,9 @@ from buildbot.steps.shell import ShellCommand
from buildbot.process.properties import Property, Interpolate
{#
{% if deployment_type == 'qadevel-prod' %}
#}
def create_test_factory(repo_name, func=True):
factory = BuildFactory()
factory.addStep(Git(repourl=Interpolate('https://bitbucket.org/fedoraqa/%s.git' % repo_name),