Skip to content

Adding back in "argument list too long"

Duncan requested to merge duncan_harris-master-patch-89516 into master

What does this MR do and why?

Adding back in docs on "Argument list too long" since I was able to trigger this behavior and the root cause was not obvious; also received a customer ticket about the error.

MR acceptance checklist

Docs only change

Screenshots or screen recordings

image

How to set up and validate locally

  1. Create a project
  2. Set up a CI Job like this:
Job fails with "Argument list too long" error:
  script:
    - dd if=<(base64 < /dev/urandom) of=tmpfile bs=1K count=1024
    - export MY_VAR=$(cat tmpfile)
    - mkdir testdir

Merge request reports

Loading