Raw (unexpanded) variables MVC
### Problem to Solve GitLab variables support expansion in some scenarios, but there are use cases where you always want to treat the value in a variable as a raw string that is not processed. For example, if you are including an encoded string or password that contains `$` or other special symbols.
epic