Skip to content
Snippets Groups Projects
Commit bbe3b459 authored by Mark Goddard's avatar Mark Goddard
Browse files

Add --quiet flag to CI diagnostics collection

This ensures that our CI logs are neat, and not full of file rsync
output.

Change-Id: Ic3bad1baa1b2f8639c8ce848a60c024d8c22e8d0
parent d0e9c50f
No related branches found
No related tags found
No related merge requests found
......@@ -22,3 +22,7 @@
src: "{{ kayobe_diagnostics_log_dir }}/"
dest: "{{ kayobe_diagnostics_executor_log_dir }}/"
mode: pull
copy_links: true
verify_host: true
rsync_opts:
- "--quiet"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment