We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b98d56b + aecf97b commit 546d51dCopy full SHA for 546d51d
.gitlab-ci.yml
@@ -284,6 +284,12 @@ lsif-ada:
284
artifacts:
285
reports:
286
lsif: lsif.lsif
287
- # Also archive as a plain file for debugging purposes
288
- paths:
289
- - lsif.lsif
+
+ # The following also archives the LSIF dump as a plain file. This can be
+ # useful for debugging issues in an MR, but it shouldn't be done in the
290
+ # actual main branch job because it prevents GitLab from consuming the LSIF
291
+ # data.
292
+ #
293
+ # See https://gitlab.com/gitlab-org/gitlab/-/issues/368395#note_1125694679
294
+ # paths:
295
+ # - lsif.lsif
0 commit comments