Skip to content
Snippets Groups Projects
Commit 859df7ad authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

sort images to be readable

parent 2c246e27
No related branches found
No related tags found
1 merge request!26Rework image matrix and export
Pipeline #133182 canceled
...@@ -148,7 +148,7 @@ publish_listing: ...@@ -148,7 +148,7 @@ publish_listing:
- echo "Built image,Base os,R/Python,shiny-server" > image-list.csv - echo "Built image,Base os,R/Python,shiny-server" > image-list.csv
- cat image-list-fragments/*.csv >> image_list.csv - cat image-list-fragments/*.csv >> image_list.csv
- WHEN=$(LC_TIME="en_US.utf8" date +"%b %G") - 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: artifacts:
when: always when: always
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment