Add -x option to $DOCKER_RELOAD_COMMAND.

This should help to see if it is hanging (and where).

PiperOrigin-RevId: 583160242
This commit is contained in:
Etienne Perot
2023-11-16 14:13:14 -08:00
committed by gVisor bot
parent 980de72deb
commit 532dc59326
+1 -1
View File
@@ -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