mirror of
https://github.com/lupyuen/nuttx-release.git
synced 2025-01-13 07:38:29 +08:00
Clean up
This commit is contained in:
parent
a41fb018a6
commit
e54e77abef
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ total_job_hours_rounded=$(
|
|||
bc -l -e "r($total_job_hours,1)"
|
||||
)
|
||||
total_runner_hours_rounded=$(
|
||||
bc -l -e "r($total_runner_hours,1)"
|
||||
bc -l -e "r($total_runner_hours,0)"
|
||||
)
|
||||
echo date=$date
|
||||
echo hours=$hours
|
||||
|
|
Loading…
Reference in a new issue