Merge "Dereference symlinks when staging artefacts"
This commit is contained in:
commit
7d5f01c88e
@ -44,7 +44,7 @@
|
|||||||
- name: Copy text files to staging folder
|
- name: Copy text files to staging folder
|
||||||
# remote_src copy does not work recursively, synchronise is restricted by
|
# remote_src copy does not work recursively, synchronise is restricted by
|
||||||
# zuul, using command
|
# zuul, using command
|
||||||
command: cp -pR {{ item.source}} {{ stage_dir }}/{{ item.dest }}
|
command: cp -pRL {{ item.source}} {{ stage_dir }}/{{ item.dest }}
|
||||||
with_items: "{{ all_sources }}"
|
with_items: "{{ all_sources }}"
|
||||||
|
|
||||||
# NOTE(andreaf) The ansible module does not support recursive archive, so
|
# NOTE(andreaf) The ansible module does not support recursive archive, so
|
||||||
|
Loading…
Reference in New Issue
Block a user