Don't create a gzipped folder: recursively gzip ARA contents
https://review.openstack.org/#/c/495551/ introduced gzipping through the "archive" module but the result isn't the expected one, let's use the gzip command instead. Change-Id: I7d5fe19381ade6639ec4d96b50e58f84439e0230
This commit is contained in:
parent
247a690715
commit
15d24d25f3
@ -14,6 +14,5 @@
|
|||||||
when: ara_command_type|succeeded and not ara_command_type|skipped
|
when: ara_command_type|succeeded and not ara_command_type|skipped
|
||||||
|
|
||||||
- name: Compress ARA html output
|
- name: Compress ARA html output
|
||||||
archive:
|
command: gzip --recursive --best {{ zuul.executor.log_root }}/ara
|
||||||
path: "{{ zuul.executor.log_root }}/ara"
|
|
||||||
when: ara_compress_html | bool
|
when: ara_compress_html | bool
|
||||||
|
Loading…
Reference in New Issue
Block a user