]> git.ipfire.org Git - thirdparty/git.git/commit
ci: group installation of Docker dependencies
authorPatrick Steinhardt <ps@pks.im>
Thu, 9 Nov 2023 08:05:34 +0000 (09:05 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Nov 2023 09:56:09 +0000 (18:56 +0900)
commit412847ced432c558bc4c3ab40dc2ea22ffe7fb8f
tree522992af01e595e3a749d89fda261d0a3d2c33c8
parenta7d499cb9361e4c4d6c8b5f841e95fc8cd97584d
ci: group installation of Docker dependencies

The output of CI jobs tends to be quite long-winded and hard to digest.
To help with this, many CI systems provide the ability to group output
into collapsible sections, and we're also doing this in some of our
scripts.

One notable omission is the script to install Docker dependencies.
Address it to bring more structure to the output for Docker-based jobs.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/install-docker-dependencies.sh