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

Use absolute path for save-logs output

parent 1b0114e9
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ wait_for_vms() {
}
save_logs() {
local out_dir="$1"
local out_dir="$(realpath $1)"
# Try to keep ansible-playbook output to a minimum so as not to
# take too much space in the CI job logs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment