fixing template syntax
This commit is contained in:
parent
f60150af57
commit
c27ba2daa6
1 changed files with 2 additions and 2 deletions
|
@ -162,9 +162,9 @@ from buildbot.steps.shell import ShellCommand
|
||||||
from buildbot.process.properties import Property, Interpolate
|
from buildbot.process.properties import Property, Interpolate
|
||||||
|
|
||||||
|
|
||||||
{#
|
|
||||||
{% if deployment_type == 'qadevel-prod' %}
|
{% if deployment_type == 'qadevel-prod' %}
|
||||||
#}
|
|
||||||
def create_test_factory(repo_name, func=True):
|
def create_test_factory(repo_name, func=True):
|
||||||
factory = BuildFactory()
|
factory = BuildFactory()
|
||||||
factory.addStep(Git(repourl=Interpolate('https://bitbucket.org/fedoraqa/%s.git' % repo_name),
|
factory.addStep(Git(repourl=Interpolate('https://bitbucket.org/fedoraqa/%s.git' % repo_name),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue