Add optional parameter to toggle the quotations of a dotenv formated output file #4542
dirtybirthdaycake
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
My idea behind using quotes was as mentioned here to be future proof but apparently I chose the wrong type of quotes to be compatible with GitLab. Since CI is probably one of the main use cases of the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using GitVersion in conjunction with a GitLab build script, I discovered that the
dotenv
format output by GitVersion is incompatible with GitLab.In GitLab, the documentation states:
In GitVersion, it seems that there is a hard-coded single quote wrapping the value of the dotenv file.
My feature request is an additional parameter that allows the user to EITHER
Beta Was this translation helpful? Give feedback.
All reactions