We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b7c3d commit de3cb45Copy full SHA for de3cb45
1 file changed
commands/run.sh
@@ -350,7 +350,7 @@ if [[ "${BUILDKITE_PLUGIN_DOCKER_ALWAYS_PULL:-false}" =~ ^(true|on|1)$ ]] ; then
350
echo "--- :docker: Pulling ${image}"
351
if ! retry "${BUILDKITE_PLUGIN_DOCKER_PULL_RETRIES:-3}" \
352
docker pull "${image}" ; then
353
- retry_exit_status="$?"
+ local retry_exit_status="$?"
354
echo "!!! :docker: Pull failed."
355
exit "$retry_exit_status"
356
fi
0 commit comments