diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-14 15:26:25 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-14 15:26:25 +0200 |
commit | 3d099f2ed634b46d6b736c21af661f274fe8621e (patch) | |
tree | d516eb816c26b980c613dc90831801a5f7de33bd | |
parent | 12331a552b5921d6d212db774360a8f154fbffb0 (diff) | |
download | gitlab-shell-3d099f2ed634b46d6b736c21af661f274fe8621e.tar.gz |
v1.0.4
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/gitlab_update.rb | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ v1.0.4 - - requires gitlab b698094 + - requires gitlab c9ca15e - dont use post-receive file any more. Make all updates in update - fixed issue with invalid GL_USER - use GL_ID instead of GL_USER @@ -1 +1 @@ -1.0.3 +1.0.4 diff --git a/lib/gitlab_update.rb b/lib/gitlab_update.rb index d6d135b..156e385 100644 --- a/lib/gitlab_update.rb +++ b/lib/gitlab_update.rb @@ -18,7 +18,7 @@ class GitlabUpdate end def exec - # reset GL_USER env since we already + # reset GL_ID env since we already # get value from it ENV['GL_ID'] = nil |