chore(ci): sort folders
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nyyu 2025-04-09 08:39:53 +02:00
parent c2fbe252c5
commit fea1198402

View file

@ -243,7 +243,7 @@ main() {
validate_env_vars
setup_git
mapfile -t dirs < <(find . -maxdepth 1 -type d ! -name ".*" -printf "%f\n")
mapfile -t dirs < <(find . -maxdepth 1 -type d ! -name ".*" -printf "%f\n" | sort -u)
process_directories "${dirs[@]}" || log "WARN" "Some directory processing failed"
process_aur_packages