docker: Move complement logs into tests directory.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
fe12daead9
commit
54fe4bdf56
3 changed files with 3 additions and 3 deletions
|
|
@ -82,7 +82,7 @@ if test "$CI" = "true"; then
|
|||
fi
|
||||
|
||||
output_src="$cid:/usr/src/complement/full_output.jsonl"
|
||||
output_dst="complement.jsonl"
|
||||
output_dst="tests/complement/logs.jsonl"
|
||||
extract_output() {
|
||||
docker cp "$output_src" "$output_dst"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue