File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,8 @@ def ship_data(pallet_arg=None, by_service=False):
200200 """
201201 log .info ("starting forklift" )
202202
203+ git_errors = git_update ()
204+
203205 start_seconds = perf_counter ()
204206
205207 #: look for servers in config
@@ -381,6 +383,7 @@ def ship_data(pallet_arg=None, by_service=False):
381383 "num_success_pallets" : len ([p for p in pallet_reports if p ["success" ]]),
382384 "server_reports" : server_reports ,
383385 "total_time" : elapsed_time ,
386+ "git_errors" : git_errors ,
384387 }
385388
386389 _send_report_email (ship_template , status , "Shipping" )
Original file line number Diff line number Diff line change 3131</ p >
3232< table >
3333 < tbody >
34+ {{#git_errors}}
35+ < tr >
36+ < td colspan ="2 " class ="error "> {{.}}</ td >
37+ </ tr >
38+ {{/git_errors}}
3439 {{#server_reports}}
3540 < tr >
3641 < td colspan ="2 " class ="info ">
You can’t perform that action at this time.
0 commit comments