We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72f6c7 commit c4ec5a1Copy full SHA for c4ec5a1
flow/scripts/report_metrics.tcl
@@ -7,7 +7,7 @@ proc report_puts { out } {
7
}
8
9
proc report_metrics { stage when { include_erc true } { include_clock_skew true } } {
10
- if { [env_var_equals SKIP_REPORT_METRICS 1] } {
+ if { $::env(SKIP_REPORT_METRICS) } {
11
return
12
13
puts "Report metrics stage $stage, $when..."
0 commit comments