chore(ci): sort folders
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c2fbe252c5
commit
fea1198402
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue