Skip to content

Commit

Permalink
Update .ci/packer_cache.sh
Browse files Browse the repository at this point in the history
Co-authored-by: cachedout <mike.place@elastic.co>
  • Loading branch information
v1v and cachedout authored Apr 14, 2021
1 parent e1a09ab commit 541e8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/packer_cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ centos:7
if [ -x "$(command -v docker)" ]; then
for image in ${DOCKER_IMAGES}
do
(retry 2 docker pull ${image}) || echo "Error pulling ${image} Docker image, we continue"
(retry 2 docker pull ${image}) || echo "Error pulling ${image} Docker image. Continuing."
done

docker tag \
Expand Down

0 comments on commit 541e8a5

Please sign in to comment.