How does Gitlab-CI inherit environment variables?
Variables in Gitlab can be defined in several places: In group settings in project settings inside .gitlab-ci.yml. In group and project settings, variables can be set as 'file' or 'regular variable' with checkboxes for 'protected' and 'masked'. We'll start with simple inheritance and gradually complicate it. The final list of priority levels can be found at the end of the document. Inheritance […]
