Skip to content
Snippets Groups Projects
Commit 071b6f31 authored by ale's avatar ale
Browse files

Fix the previous commit

parent 4abce52e
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,8 @@ save_logs() {
# take too much space in the CI job logs.
log "Saving logs from VMs (if any)"
mkdir -p "${out_dir}"
ANSIBLE_STDOUT_CALLBACK=default \
${float_dir}/float run -v -e "stdout_callback=null" -e "out_dir=${out_dir}" \
ANSIBLE_STDOUT_CALLBACK=null \
${float_dir}/float run -e "callback_whitelist=" -e "out_dir=${out_dir}" \
${float_dir}/test/save-logs.yml
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment