From d8aa3842c95dc78e11db56b9edeaefd4be5232a6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Mar 2023 19:16:21 +0100 Subject: [PATCH] Update helper_stats_graphs.yaml --- .github/workflows/helper_stats_graphs.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/helper_stats_graphs.yaml b/.github/workflows/helper_stats_graphs.yaml index f08305af8..fd5a1fd65 100644 --- a/.github/workflows/helper_stats_graphs.yaml +++ b/.github/workflows/helper_stats_graphs.yaml @@ -144,8 +144,6 @@ jobs: - name: Create individual stats run: | - echo "list" - ls # Prepare data cp Stats Stats3 # Remove Totals @@ -163,7 +161,9 @@ jobs: cp Stats3 StatsTmp sed -n "/Date/p" Stats3 > "$FOLDER"/StatsTmp sed -n "/$TITLE/p" Stats3 >> "$FOLDER"/StatsTmp - # Transpose data + # Go in folder + cd $FOLDER || true + # Transpose data awk ' { for (i=1; i<=NF; i++) { @@ -180,7 +180,6 @@ jobs: print str } }' StatsTmp > StatsTmp2 && mv StatsTmp2 StatsTmp - cd $FOLDER || true # Plot graph ( gnuplot-nox -persist <<-EOFMarker set title "$TITLE"