Skip to content
Snippets Groups Projects
Commit c403a5f5 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Merge branch 'set_custom_redis_cli' into 'master'

Set custom redis cli fixes #2

This will fix issue #2

See merge request !2
parents 6911bb3a 80bf17ec
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -36,7 +36,7 @@ gitlab-shell/.git:
git clone ${gitlab_shell_repo} gitlab-shell
 
gitlab-shell/config.yml:
sed "s|/home/git|${gitlab_development_root}|" gitlab-shell/config.yml.example > gitlab-shell/config.yml
sed "s|/home/git|${gitlab_development_root}|;s|/usr/bin/redis-cli|$(shell which redis-cli)|" gitlab-shell/config.yml.example > gitlab-shell/config.yml
 
gitlab-shell/.bundle:
cd ${gitlab_development_root}/gitlab-shell && bundle install --without production --jobs 4
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