From f1079faf2ebbf78eafac205d4415f7ab25c41249 Mon Sep 17 00:00:00 2001 From: solidnerd Date: Sun, 2 Jul 2017 13:42:35 +0200 Subject: [PATCH] Fix GITALY_ENABLED in gitlab.yml Signed-off-by: solidnerd --- assets/runtime/functions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/runtime/functions b/assets/runtime/functions index ffb066e7..98490422 100644 --- a/assets/runtime/functions +++ b/assets/runtime/functions @@ -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() {