mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2026-02-06 21:04:23 +00:00
test(e2e): replace ls with find to satisfy shellcheck SC2012
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user