fix: use default clusters subdir for flux-audit
This commit is contained in:
parent
3158b40341
commit
df65fd4b5c
@ -28,7 +28,7 @@ else
|
||||
fi
|
||||
|
||||
printf "\nINFO - Auditing clusters\n"
|
||||
find "${FLUX_PATH%/}" -mindepth 1 -maxdepth 1 -type d -print0 | while IFS= read -r -d $'\0' cluster; do
|
||||
find "${FLUX_PATH%/}/clusters" -mindepth 1 -maxdepth 1 -type d -print0 | while IFS= read -r -d $'\0' cluster; do
|
||||
printf "INFO - Auditing cluster %s\n" "${cluster##*/}"
|
||||
flux-local build "${FLUX_LOCAL_CONFIG[@]}" "${cluster}" |
|
||||
polaris audit "${POLARIS_CONFIG[@]}"
|
||||
|
Loading…
Reference in New Issue
Block a user