File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -244,9 +244,9 @@ jobs:
244
244
continue-on-error : true
245
245
run : |
246
246
if [ -f build/metrics.json ]; then
247
- METRICS=build/metrics.json
247
+ METRICS=build/metrics.json
248
248
elif [ -f obj/build/metrics.json ]; then
249
- METRICS=obj/build/metrics.json
249
+ METRICS=obj/build/metrics.json
250
250
else
251
251
echo "No metrics.json found"
252
252
exit 0
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ pub fn download_auto_job_metrics(
57
57
Ok ( metrics) => Some ( metrics) ,
58
58
Err ( error) => {
59
59
eprintln ! (
60
- r#"Did not find metrics for job `{}` at `{}`: {error:?}.
60
+ r#"Did not find metrics for job `{}` at `{parent }`: {error:?}.
61
61
Maybe it was newly added?"# ,
62
- job. name, parent
62
+ job. name
63
63
) ;
64
64
None
65
65
}
You can’t perform that action at this time.
0 commit comments