Function: getGoogleCloudBuildConfigPath()
function getGoogleCloudBuildConfigPath(
rootDirectoryPath: string
): string | null;
Defined in: _internal/repository-text-files.ts:85
Resolves the first supported Google Cloud Build configuration file from the repository root.
Parametersâ
rootDirectoryPathâ
string
Returnsâ
string | null