We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9080e2c commit fd4035bCopy full SHA for fd4035b
src/main/scripts/ci/check-build-and-verify.sh
@@ -28,7 +28,7 @@ print_status() {
28
color=33
29
fi
30
31
- local time
+ local time=
32
if [ $execution_time -gt 0 ]; then
33
local mins seconds
34
mins=$[execution_time / 60]
0 commit comments