mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Merge pull request #1271 from solidnerd/fix-https-git-commands
Fix missing install_template for Gitaly
This commit is contained in:
commit
a34d63fb6c
@ -1368,6 +1368,10 @@ install_configuration_templates() {
|
||||
echo "Assuming that the Registry is running behind a HTTPS enabled load balancer."
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ ${GITALY_ENABLED} == true ]]; then
|
||||
install_template ${GITLAB_USER}: gitaly/config.toml ${GITLAB_GITALY_CONFIG}
|
||||
fi
|
||||
}
|
||||
|
||||
configure_gitlab() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user