From 859df7adbdd155e1f5d2f7d76745bc74ae6553f0 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Wed, 19 Jun 2024 11:55:57 +0200
Subject: [PATCH] sort images to be readable

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b04bfa..b85f8c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -148,7 +148,7 @@ publish_listing:
     - echo "Built image,Base os,R/Python,shiny-server" > image-list.csv
     - cat image-list-fragments/*.csv >> image_list.csv
     - WHEN=$(LC_TIME="en_US.utf8" date +"%b %G")
-    - sed "s/%%date%%/${WHEN}/g" source/user_guide/image_list.rst >> image_list.rst
+    - sed "s/%%date%%/${WHEN}/g" source/user_guide/image_list.rst | sort >> image_list.rst
   artifacts:
     when: always
     paths:
-- 
GitLab