fixing syntax error in qa-stg buildmaster
This commit is contained in:
parent
c27ba2daa6
commit
b61744cc24
1 changed files with 4 additions and 4 deletions
|
@ -194,10 +194,10 @@ def create_test_factory(repo_name, func=True):
|
|||
mode='full',method='clobber'))
|
||||
factory.addStep(ShellCommand(command=['virtualenv', '--system-site-packages', 'env']))
|
||||
factory.addStep(ShellCommand(command=['bash', '-c', 'source env/bin/activate; pip install -r requirements.txt']))
|
||||
factory.addStep(ShellCommand(command=['doit', 'test'])
|
||||
factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'chainbuild'])
|
||||
factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'buildtype=release', 'releasedocs'])
|
||||
factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'buildtype=release', 'updatelatest'])
|
||||
factory.addStep(ShellCommand(command=['doit', 'test']))
|
||||
factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'chainbuild']))
|
||||
factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'buildtype=release', 'releasedocs']))
|
||||
factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'buildtype=release', 'updatelatest']))
|
||||
|
||||
return factory
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue