taskotron buildmaster: add a missing bracket
This commit is contained in:
parent
ee336ddd8c
commit
af040867b7
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ factory.addStep(MasterShellCommand(command=["mkdir", '-m', '0755', Interpolate('
|
|||
# copy artifacts to master
|
||||
factory.addStep(DirectoryUpload(slavesrc=Interpolate('/var/lib/taskotron/artifacts/%(prop:uuid)s/'),
|
||||
masterdest=Interpolate('{{ public_artifacts_dir }}/%(prop:uuid)s/'),
|
||||
descriptionDone='Copy artifacts')
|
||||
descriptionDone='Copy artifacts'))
|
||||
|
||||
# gzip artifacts
|
||||
factory.addStep(MasterShellCommand(command=Interpolate('find {{ public_artifacts_dir }}/%(prop:uuid)s/ -type f -exec gzip {} \;'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue