diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-30 10:40:25 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-30 10:40:25 +0000 |
commit | 6f468537002dd6dc615e4dbc1a3ec5dfcb43b622 (patch) | |
tree | d192f4e344f9ed99854d2a7bcb7f9354bfd065af /lib/api | |
parent | 15641879c3196f228ccd77d3731c0710ee1c55cf (diff) | |
parent | b34fca92cde3e90ecd883ec3549ea64dc7e5ba80 (diff) | |
download | gitlab-ci-6f468537002dd6dc615e4dbc1a3ec5dfcb43b622.tar.gz |
Merge branch 'upgrader' into 'master'
Feature: Upgrade script
Diffstat (limited to 'lib/api')
-rw-r--r-- | lib/api/helpers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/helpers.rb b/lib/api/helpers.rb index 28a3f2b..fb57938 100644 --- a/lib/api/helpers.rb +++ b/lib/api/helpers.rb @@ -22,7 +22,7 @@ module API end def authenticate_runners! - forbidden! unless params[:token] == GitlabCi::RunnersToken + forbidden! unless params[:token] == GitlabCi::RUNNERS_TOKEN end def authenticate_runner! |