top | item 46745813

(no title)

stabbles | 1 month ago

Another interesting choice of GitLab's CI is to effectively display `head -c N` of the logs instead of `tail -c N`.

Some builds produce a lot of output, and Gitlab simply truncates it. Your job failed? Good luck figuring out what went wrong :)

Showing the last N bytes makes so much more sense as a solution to the artificial problem of CI output being too large.

discuss

order