Skip to main content

Function: getGitLabCiConfigPath()

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