Skip to content

Commit b040848

Browse files
committed
Remove variable altogether since func var scope is dynamic
1 parent de3cb45 commit b040848

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

commands/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ if [[ "${BUILDKITE_PLUGIN_DOCKER_ALWAYS_PULL:-false}" =~ ^(true|on|1)$ ]] ; then
350350
echo "--- :docker: Pulling ${image}"
351351
if ! retry "${BUILDKITE_PLUGIN_DOCKER_PULL_RETRIES:-3}" \
352352
docker pull "${image}" ; then
353-
local retry_exit_status="$?"
354353
echo "!!! :docker: Pull failed."
355354
exit "$retry_exit_status"
356355
fi

0 commit comments

Comments
 (0)