Skip to content
Snippets Groups Projects
Commit 2342ef79 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Socket is not commented by default now

parent 7f9ff35b
No related branches found
No related tags found
1 merge request!19Fix gitlab-shell redis socket config
Loading
Loading
@@ -42,7 +42,7 @@ gitlab-shell/config.yml:
sed -e "s|/home/git|${gitlab_development_root}|"\
-e "s|:8080/|:3000|"\
-e "s|/usr/bin/redis-cli|$(shell which redis-cli)|"\
-e "s|^ # socket: .*| socket: ${gitlab_development_root}/redis/redis.socket|"\
-e "s|^ socket: .*| socket: ${gitlab_development_root}/redis/redis.socket|"\
gitlab-shell/config.yml.example > gitlab-shell/config.yml
 
gitlab-shell/.bundle:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment