Commit 4931b27b by Brian Beggs

Add trailing slash to run_migrations so files go in to a directory

parent 91fd3c60
......@@ -79,7 +79,7 @@
- name: Transfer artifacts to the proper place.
fetch:
src: "{{ temp_output_dir.stdout }}/{{ item }}"
dest: "{{ ARTIFACT_PATH }}"
dest: "{{ ARTIFACT_PATH }}/"
flat: True
fail_on_missing: True
mode: 0700
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment