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
plot for [i=2:*] 'StatsTmp' using 1:i w l title columnhead(i)
EOFMarker
)
rm StatsTmp
) || true
rm StatsTmp || true
cd .. || true
fi || true
done