My #bash2gitlab tool is starting to stabilize, ready to use #gitlab fans!
You ever want to do this?
```yml
include:
- project: 'myorg/ci-templates'
file: '/script.sh'
```
Well you can't. It has to be yaml. Until now! Compile your bash & yaml to yaml. Also works for python and other scripting languages.
https://bash2gitlab.readthedocs.io/en/latest/overview/who_is_this_for/