test(e2e): replace ls with find to satisfy shellcheck SC2012

This commit is contained in:
2026-02-06 10:37:31 +01:00
parent 0b4696f649
commit a69074c302

View File

@@ -97,7 +97,7 @@ dump_debug() {
docker -H "${DIND_HOST}" rm -f "${tmpc}" >/dev/null 2>&1 || true
log "DEBUG: artifacts written:"
ls -la "${ARTIFACTS_DIR}" | sed 's/^/ /' || true
find "${ARTIFACTS_DIR}" -maxdepth 1 -mindepth 1 -print | sed 's/^/ /' || true
}
cleanup() {