File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ sudo su -l gitlab -c "cd gitlab && bundle install --without development test --d
75
75
sudo su -l gitlab -c " cd gitlab && bundle exec rake gitlab:app:setup RAILS_ENV=production"
76
76
77
77
# Setup gitlab hooks
78
- sudo cp /home/gitlab/gitlab/lib/hooks/post-receive /home/git/share/ gitolite/hooks/common/post-receive
79
- sudo chown git:git /home/git/share/ gitolite/hooks/common/post-receive
78
+ sudo cp /home/gitlab/gitlab/lib/hooks/post-receive /home/git/. gitolite/hooks/common/post-receive
79
+ sudo chown git:git /home/git/. gitolite/hooks/common/post-receive
80
80
81
81
# Set the first occurrence of host in the Gitlab config to the publicly available domain name
82
82
sudo sed -i ' 0,/host/s/localhost/' ` wget -qO- http://instance-data/latest/meta-data/public-hostname` ' /' /home/gitlab/gitlab/config/gitlab.yml
You can’t perform that action at this time.
0 commit comments