buildmaster: fix missing )

This commit is contained in:
Martin Krizek 2015-02-26 15:44:06 +00:00
parent 94ee6ab9f7
commit 0fa35e4b67

View file

@ -181,7 +181,7 @@ factory.addStep(FileUpload(slavesrc="/var/log/taskotron/taskotron.log",
masterdest=Interpolate('{{ public_artifacts_dir }}/%(prop:uuid)s/taskotron.log')))
# change permissions for uuid dir to be accessible via http
factory.addStep(ShellCommand(command=["chmod", '-R', '0755', Interpolate('{{ public_artifacts_dir }}/%(prop:uuid)s/')])
factory.addStep(ShellCommand(command=["chmod", '-R', '0755', Interpolate('{{ public_artifacts_dir }}/%(prop:uuid)s/')]))
{% else %}
# capture the taskotron log