Skip to content

fix(fs_project): sort output file for better comparison of changes

Pavel Zlámal requested to merge zlamalp/sort into main
  • Do not immediatelly print projects to output file but collect them and print them sorted (case-ignore) by project base path and project name.
  • There is no other functional change to the script logic. Output is just now sorted just like it is in other services.

Merge request reports