File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,7 @@ print_potential_build_time_savings() {
194
194
if [[ " ${build_1_effective_execution_duration} " && " ${build_2_effective_execution_duration} " && -n " ${build_2_serialization_factor} " ]]; then
195
195
local first_build second_build potential_build_duration potential_savings
196
196
first_build=$( format_duration " ${effective_task_execution_duration[0]} " )
197
+ # shellcheck disable=SC2034 # it's used on the next few lines
197
198
potential_build_duration=$( echo " ${build_2_effective_execution_duration} -(${build_2_executed_cacheable_duration} /${build_2_serialization_factor} )" | bc)
198
199
potential_savings=$( format_duration build_1_effective_execution_duration-potential_build_duration)
199
200
second_build=$( format_duration potential_build_duration)
You can’t perform that action at this time.
0 commit comments