diff options
Diffstat (limited to 'lib/gitlab_access.rb')
-rw-r--r-- | lib/gitlab_access.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_access.rb b/lib/gitlab_access.rb index 804d06d..78d353c 100644 --- a/lib/gitlab_access.rb +++ b/lib/gitlab_access.rb @@ -23,7 +23,7 @@ class GitlabAccess # reset GL_ID env since we stop git push here ENV['GL_ID'] = nil puts "GitLab: You are not allowed to access some of the refs!" - exit 1 + return false end end |