mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Fix GITALY_ENABLED in gitlab.yml
Signed-off-by: solidnerd <niclas@mietz.io>
This commit is contained in:
parent
94dab8a58d
commit
f1079faf2e
@ -281,9 +281,9 @@ gitlab_configure_gitaly() {
|
||||
GITALY_SOCKET_PATH \
|
||||
GITLAB_REPOS_DIR
|
||||
|
||||
if [[ ${GITALY_ENABLED} != true ]]; then
|
||||
exec_as_git sed -i "/{{GITALY_ADDRESS}}/d" ${GITLAB_CONFIG}
|
||||
fi
|
||||
update_template ${GITLAB_CONFIG} \
|
||||
GITALY_ENABLED
|
||||
|
||||
}
|
||||
|
||||
gitlab_configure_gitlab_workhorse() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user