CI: do not create UPLOAD_* directories when uploading images

An innocent missing slash changes rsync semantics. This changes fixes it.

Change-Id: Ib167b541b9c4db7b4ef2cc4b68a6d82f5900c07c
This commit is contained in:
Dmitry Tantsur 2019-09-24 12:58:07 +02:00
parent 6374a86968
commit c28ee635cc
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
- name: Copy files from {{ ansible_user_dir }}/src/opendev.org/openstack/ironic-python-agent on node
synchronize:
src: '{{ ipa_raw_dir }}'
src: '{{ ipa_raw_dir }}/'
dest: '{{ zuul.executor.work_root }}/artifacts/{{ image_type }}/files/'
mode: pull
copy_links: true
@ -25,7 +25,7 @@
- name: Copy files from {{ ansible_user_dir }}/src/opendev.org/openstack/ironic-python-agent on node
synchronize:
src: '{{ ipa_tar_dir }}'
src: '{{ ipa_tar_dir }}/'
dest: '{{ zuul.executor.work_root }}/artifacts/{{ image_type }}/'
mode: pull
copy_links: true