mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
buildmaster: fix missing )
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user