orlowdev/semantics

Automatic project path resolution for Gitlab-hosted projects running in Gitlab CI

orlowdev opened this issue · 0 comments

In Gitlab CI, the CI_PROJECT_PATH environment variable is available for getting the project path. This variable can be used to automatically deduce the projectPath setting value if the chosen platform is gitlab and the projectPath setting is not specified.

This check should happen after updating the config object with ENV contents.