Commit 974da5d7a7d2a23d33f61ed0bfbfe1a925bd8c9c

Thomas de Grivel 2023-02-15T23:22:48

wip

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/bin/shpkg_ci b/bin/shpkg_ci
index 0197022..790a6b2 100755
--- a/bin/shpkg_ci
+++ b/bin/shpkg_ci
@@ -86,7 +86,7 @@ logs2html () {
 status2png () {
     for F in "${SHPKG_CI_STATUS_DIR}"/*.status; do
         STATUS="$(cat "$F")"
-        I="${SHPKG_CI_STATUS_DIR}/$(basename "$F" .status).png"
+        I="${SHPKG_CI_LOG_DIR}/$(basename "$F" .status).png"
         if ! [ -f "$I" ] ||
                 [ "$F" -nt "$I" ]; then
             verbose 1 cp "${SHPKG_DIR}/share/shpkg/img/status_${STATUS}.64.png" "$I"