Skip to content
Snippets Groups Projects
Commit 2cceede1 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Re-link .ruby-version during 'gdk reconfigure'

parent fa5bad03
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -145,7 +145,7 @@ foreman:
command -v $@ > /dev/null || gem install $@
 
.ruby-version:
ln -nfs ${gitlab_development_root}/gitlab/.ruby-version $@
ln -s ${gitlab_development_root}/gitlab/.ruby-version $@
 
localhost.crt: localhost.key
 
Loading
Loading
@@ -235,4 +235,5 @@ clean-config:
gitlab/config/resque.yml \
gitlab-shell/config.yml \
redis/redis.conf \
.ruby-version \
Procfile
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