.gitlab-ci.yml: Trim log output
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Tue, 4 May 2021 06:19:29 +0000 (08:19 +0200)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 4 May 2021 19:18:22 +0000 (20:18 +0100)
commit7e8afc491fccaf7def1913712cc1dd5ad1701a6a
treeeaa3be46996190010263d07fc56cf9b9b1f3df40
parent43c106f08bf259afd010cd802d2ef28e73451d22
.gitlab-ci.yml: Trim log output

GitLab-CI limits log output to 4 MiB, which the build job currently
exceeds. Trim the output of some of the earlier steps, to make it
possible to figure out what went wrong in the later steps.
.gitlab-ci.yml