Fix GITALY_ENABLED in gitlab.yml

Signed-off-by: solidnerd <niclas@mietz.io>
This commit is contained in:
solidnerd 2017-07-02 13:42:35 +02:00
parent 94dab8a58d
commit f1079faf2e
No known key found for this signature in database
GPG Key ID: C300D44AB5469BE5

View File

@ -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() {