This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Add quotes around int rendered value

David Greeson requested to merge gitlab-templates into main

Summary

It ends up being a parsing error if we use an int value in a environment variable value. So let's wrap it in quotes so that it's treated as a string.

Merge request reports