What are the most popular things to wrap bash in to make it tolerable? Make and yaml.
And what goes with bash like poop on ice cream? Yaml, because of the character escaping & how bash lines aren't really yaml list elements.
Brought to you by
```yaml
script:
- "docker build \"
- " --build-arg ARG=ARG"
```