We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e273f commit 838e673Copy full SHA for 838e673
src/ci/docker/run.sh
@@ -72,6 +72,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
72
set +e
73
retry curl --max-time 600 -y 30 -Y 10 --connect-timeout 30 -f -L -C - \
74
-o /tmp/rustci_docker_cache "$url"
75
+ echo "Loading images into docker"
76
loaded_images=$(docker load -i /tmp/rustci_docker_cache | sed 's/.* sha/sha/')
77
set -e
78
echo "Downloaded containers:\n$loaded_images"
0 commit comments