I’ve a GitLab CI and try to create a rule based on CI_MERGE_REQUEST_TITLE
predefined variable. When I print all env variable with env
keyword, CI_MERGE_REQUEST_TITLE
doesn’t exist. But it’s written in official documentation. Why is that?
I’ve a GitLab CI and try to create a rule based on CI_MERGE_REQUEST_TITLE
predefined variable. When I print all env variable with env
keyword, CI_MERGE_REQUEST_TITLE
doesn’t exist. But it’s written in official documentation. Why is that?