mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 19:11:24 +08:00
taskotron-dev: Try fixing the gzip command
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user