Merge "fetch-sphinx-tarball: Do not keep owner of archived files"
This commit is contained in:
commit
fd91b63c64
@ -28,6 +28,8 @@
|
|||||||
src: "{{ zuul.executor.log_root }}/docs-html.tar.gz"
|
src: "{{ zuul.executor.log_root }}/docs-html.tar.gz"
|
||||||
dest: "{{ zuul.executor.log_root }}/docs"
|
dest: "{{ zuul.executor.log_root }}/docs"
|
||||||
remote_src: true
|
remote_src: true
|
||||||
|
extra_opts:
|
||||||
|
- "--no-same-owner"
|
||||||
|
|
||||||
- name: Return artifact to Zuul
|
- name: Return artifact to Zuul
|
||||||
zuul_return:
|
zuul_return:
|
||||||
|
Loading…
Reference in New Issue
Block a user