Add predicate for when on GitLab.com and not JiHu
What does this MR do and why?
Describe in detail what your merge request does and why.
Gitlab.com?
returns true
on JiHu, but there are cases where we only want to do something when we are on Gitlab.com. This MR adds Gitlab.com_except_jh?
which returns true
on Gitlab.com and false
on JiHu.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Brian Williams