From 7ff15fe2a4865146ef77de203f639d19311332ff Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Thu, 19 Jun 2025 10:09:37 +0200 Subject: [PATCH] cache compose tests --- scripts/run_or_skip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_or_skip.sh b/scripts/run_or_skip.sh index 6f28e264a2..804cfa7b08 100755 --- a/scripts/run_or_skip.sh +++ b/scripts/run_or_skip.sh @@ -18,7 +18,7 @@ DIGEST_FILE="$CACHE_DIR/$MAKE_TARGET.digests" mkdir -p "$CACHE_DIR" get_image_ids() { - local depot_pull_out=$(depot pull 2>&1 || true) + local depot_pull_out=$(depot pull 2>&1) local ids="" for img in $(echo "$IMAGES"); do local id=$(docker image inspect "$img" --format='{{.Id}}' 2>/dev/null || true)