Skip to content

Commit 9a1c675

Browse files
committed
can't parse layers
1 parent 27e9218 commit 9a1c675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/docker/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
7676
echo "Loading images into docker"
7777
# docker load sometimes hangs in the CI, so time out after 10 minutes with TERM,
7878
# KILL after 12 minutes
79-
loaded_images=$(/usr/bin/timeout -k 720 600 docker load -i /tmp/rustci_docker_cache \
80-
| sed 's/.* sha/sha/')
79+
# FIXME: why can't parse output here?
80+
loaded_images=$(docker load -i /tmp/rustci_docker_cache)
8181
set -e
8282
printf "Downloaded containers:\n$loaded_images\n"
8383
fi

0 commit comments

Comments
 (0)