Update helper_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-21 22:42:18 +01:00
committed by GitHub
parent 992dbd7f1f
commit 85438f3555

View File

@@ -209,8 +209,8 @@ jobs:
set term png tiny set term png tiny
plot for [i=2:*] 'StatsTmp' using 1:i w l title columnhead(i) plot for [i=2:*] 'StatsTmp' using 1:i w l title columnhead(i)
EOFMarker EOFMarker
) ) || true
rm StatsTmp rm StatsTmp || true
cd .. || true cd .. || true
fi || true fi || true
done done