I setup a new Gitlab on CentOs on /opt/gitlab-6.9.2-0/apps/gitlab/ and 
created a new repository under continuous-delivery group. The full path is 
/opt/gitlab-6.9.2-0/apps/gitlab/gitlab-satellites/continuous-delivery/cd-test. 
There is only one file under this path which is README.txt.

What I try to achieve is to create a new file when somebody pushes changes 
to the server. Below are what I have done on the server:

   1. Create post-update and update files under .git/hooks/' each file 
   creates a new file usingecho "text" >> file_name`
   2. chmod them to 775.

When I push changes from my local to the server, there is no file being 
created. So, I would like to know what I have to do to fix this problem.

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/22fa0e38-0d8b-43c9-baf5-f23e44260d89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to