From c28ee635cc5b4dd4526ffa9b7b410e54f52e113e Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 24 Sep 2019 12:58:07 +0200 Subject: [PATCH] CI: do not create UPLOAD_* directories when uploading images An innocent missing slash changes rsync semantics. This changes fixes it. Change-Id: Ib167b541b9c4db7b4ef2cc4b68a6d82f5900c07c --- playbooks/ironic-python-agent-build-image/post.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/ironic-python-agent-build-image/post.yaml b/playbooks/ironic-python-agent-build-image/post.yaml index 9806044..d5a929f 100644 --- a/playbooks/ironic-python-agent-build-image/post.yaml +++ b/playbooks/ironic-python-agent-build-image/post.yaml @@ -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