Skip to content

export_scores: fix bug with multiple builds not exporting

clayton craft requested to merge update into master

a chdir to a temp directory prevented subsequent builds in a url from being exported due to the new cwd no longer existing after the temp dir was removed.

Merge request reports