]> cat aescling's git repositories - mastodon.git/commit
CI: Support larger diff artifacts
authoraescling <aescling+gitlab@cat.family>
Mon, 29 Aug 2022 06:56:35 +0000 (02:56 -0400)
committeraescling <aescling+gitlab@cat.family>
Mon, 5 Sep 2022 04:28:03 +0000 (00:28 -0400)
commit0f966f11bbcbec357c160b6cc62c96cd6c083c7c
tree6ed3314eeaa5a88ac3030c2a3427d65211d91ac9
parent510d15285e825f587bf4bd752a74da371401d599
CI: Support larger diff artifacts

(Much too large) MRs can theoretically exceed the artifact size limit
for dotenv files; this ought to be more flexible for us.

A previous attempt just invoked deno as needed per stage, but this
involved installing deno as needed in non-deno images, and would be
ineffecient if we ever need the other diffs in any stage.
.gitlab-ci.yml