Function: getGitLabCiConfigPath()
function getGitLabCiConfigPath(rootDirectoryPath: string): string | null;
Defined in: _internal/repository-text-files.ts:102
Resolves the first supported GitLab CI configuration file from the repository
root, preferring .gitlab-ci.yml and then .gitlab-ci.yaml.
Parametersâ
rootDirectoryPathâ
string
Returnsâ
string | null