taskotron-dev: Try fixing the gzip command
This commit is contained in:
parent
2103a719e3
commit
509c3fba29
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ factory.addStep(DirectoryUpload(slavesrc=Interpolate('/var/lib/taskotron/artifac
|
|||
masterdest=Interpolate('{{ public_artifacts_dir }}/%(prop:uuid)s/task_output')))
|
||||
|
||||
{% if deployment_type in ['dev'] %}
|
||||
factory.addStep(MasterShellCommand(command=["gzip", Interpolate('{{ public_artifacts_dir }}/%(prop:uuid)s/task_output/*')],
|
||||
factory.addStep(MasterShellCommand(command=Interpolate('gzip {{ public_artifacts_dir }}/%(prop:uuid)s/task_output/*'),
|
||||
descriptionDone=['gzip artifacs dir content']))
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue