Skip to content

Commit 05c0cd3

Browse files
authored
Rollup merge of #134924 - ranger-ross:cleanup-ci-output, r=Kobzol
ci: Cleanup docker build logs in CI Cleaning up the CI logs to make reviewing CI failures easier. This PR adds a `::group` around the docker tag hash input which is pretty large (250+ lines) and is probably not relevant for most people. Related to #134910 , see this [comment](#134910 (comment))
2 parents b31c9d5 + b4d14ce commit 05c0cd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/docker/run.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
7676
# Include cache version. Can be used to manually bust the Docker cache.
7777
echo "2" >> $hash_key
7878

79-
echo "Image input"
79+
echo "::group::Image checksum input"
8080
cat $hash_key
81+
echo "::endgroup::"
8182

8283
cksum=$(sha512sum $hash_key | \
8384
awk '{print $1}')

0 commit comments

Comments
 (0)