Merge "Fixes the directory we copy the image to"

This commit is contained in:
Zuul 2018-03-27 15:01:40 +00:00 committed by Gerrit Code Review
commit 4f00776328
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
name: Copy image
tasks:
- synchronize:
dest: "{{ zuul.executor.log_root }}"
dest: "{{ zuul.executor.work_root }}/artifacts/"
mode: pull
src: "{{ ansible_user_dir }}/test-images"
verify_host: true