Skip to content

Commit 838e673

Browse files
committed
Debug output before loading docker images as that might hang.
1 parent e1e273f commit 838e673

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/docker/run.sh

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
7272
set +e
7373
retry curl --max-time 600 -y 30 -Y 10 --connect-timeout 30 -f -L -C - \
7474
-o /tmp/rustci_docker_cache "$url"
75+
echo "Loading images into docker"
7576
loaded_images=$(docker load -i /tmp/rustci_docker_cache | sed 's/.* sha/sha/')
7677
set -e
7778
echo "Downloaded containers:\n$loaded_images"

0 commit comments

Comments
 (0)