Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-shell
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-shell
Commits
3d099f2e
Commit
3d099f2e
authored
Feb 14, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v1.0.4
parent
12331a55
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
CHANGELOG
CHANGELOG
+1
-1
VERSION
VERSION
+1
-1
lib/gitlab_update.rb
lib/gitlab_update.rb
+1
-1
No files found.
CHANGELOG
View file @
3d099f2e
v1.0.4
v1.0.4
- requires gitlab
b698094
- requires gitlab
c9ca15e
- dont use post-receive file any more. Make all updates in update
- dont use post-receive file any more. Make all updates in update
- fixed issue with invalid GL_USER
- fixed issue with invalid GL_USER
- use GL_ID instead of GL_USER
- use GL_ID instead of GL_USER
VERSION
View file @
3d099f2e
1.0.
3
1.0.
4
lib/gitlab_update.rb
View file @
3d099f2e
...
@@ -18,7 +18,7 @@ class GitlabUpdate
...
@@ -18,7 +18,7 @@ class GitlabUpdate
end
end
def
exec
def
exec
# reset GL_
USER
env since we already
# reset GL_
ID
env since we already
# get value from it
# get value from it
ENV
[
'GL_ID'
]
=
nil
ENV
[
'GL_ID'
]
=
nil
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment