From 532dc593266e7e656b153671868f171881254aa7 Mon Sep 17 00:00:00 2001 From: Etienne Perot Date: Thu, 16 Nov 2023 14:11:02 -0800 Subject: [PATCH] Add `-x` option to `$DOCKER_RELOAD_COMMAND`. This should help to see if it is hanging (and where). PiperOrigin-RevId: 583160242 --- .buildkite/hooks/pre-command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/hooks/pre-command b/.buildkite/hooks/pre-command index 1d474892b..62177a884 100644 --- a/.buildkite/hooks/pre-command +++ b/.buildkite/hooks/pre-command @@ -98,7 +98,7 @@ if [[ "${BUILDKITE_PIPELINE_INSTALL_RUNTIME:-}" == "true" ]]; then # just a SIGHUP. echo 'Reloading Docker daemon with this new configuration:' >&2 cat /etc/docker/daemon.json >&2 - bash -c "$DOCKER_RELOAD_COMMAND" + bash -xc "$DOCKER_RELOAD_COMMAND" fi fi