Skip to content

Commit 532dc59

Browse files
EtiennePerotgvisor-bot
authored andcommitted
Add -x option to $DOCKER_RELOAD_COMMAND.
This should help to see if it is hanging (and where). PiperOrigin-RevId: 583160242
1 parent 980de72 commit 532dc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/hooks/pre-command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if [[ "${BUILDKITE_PIPELINE_INSTALL_RUNTIME:-}" == "true" ]]; then
9898
# just a SIGHUP.
9999
echo 'Reloading Docker daemon with this new configuration:' >&2
100100
cat /etc/docker/daemon.json >&2
101-
bash -c "$DOCKER_RELOAD_COMMAND"
101+
bash -xc "$DOCKER_RELOAD_COMMAND"
102102
fi
103103
fi
104104

0 commit comments

Comments
 (0)