Skip to content

Commit

Permalink
Debug output before loading docker images as that might hang.
Browse files Browse the repository at this point in the history
  • Loading branch information
hkratz committed Oct 21, 2021
1 parent e1e273f commit 838e673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ci/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
set +e
retry curl --max-time 600 -y 30 -Y 10 --connect-timeout 30 -f -L -C - \
-o /tmp/rustci_docker_cache "$url"
echo "Loading images into docker"
loaded_images=$(docker load -i /tmp/rustci_docker_cache | sed 's/.* sha/sha/')
set -e
echo "Downloaded containers:\n$loaded_images"
Expand Down

0 comments on commit 838e673

Please sign in to comment.