Add support for custom SSH user for GitLab self-hosted

This commit is contained in:
Titouan Mathis
2022-12-21 14:55:13 +01:00
parent f38114f5a5
commit 2391850218
8 changed files with 63 additions and 10 deletions

View File

@@ -419,6 +419,7 @@ import * as buildpacks from '../lib/buildPacks';
githubAppId: gitSource.githubApp?.id,
gitlabAppId: gitSource.gitlabApp?.id,
customPort: gitSource.customPort,
customUser: gitSource.customUser,
gitCommitHash,
configuration,
repository,