|
|
|
|
|
by brirec
944 days ago
|
|
I’d love to see a project that would do this, but more generally. I don’t use GitLab CI, but I do use a good handful of other file types that essentially inline shell scripts. Dockerfiles, GitHub Actions, and Justfiles, just to name a couple. Usually, and almost exclusively for the sake of ShellCheck, I make a point of putting anything more complex than a couple of commands into their own shell scripts that I call from the inlined script in my Dockerfile. (This pattern also helps me keep my CI from being too locked into GitHub Actions) |
|
It’s really not necessary to support inline except for single lines that are very short (under 30 chars).