Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/ci/api
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-10 14:19:25 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-19 23:01:53 +0300
commitbf9cc351c28a349ca4c573978c869d2b90209d52 (patch)
treea7b8fa4f4e735c964b4d7ba0ba190bb9bae021d5 /lib/ci/api
parent0fd100d28d3748de90aabc3dbbb789e37399f224 (diff)
Add minor corrections related to config of runner
Diffstat (limited to 'lib/ci/api')
-rw-r--r--lib/ci/api/runners.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ci/api/runners.rb b/lib/ci/api/runners.rb
index 1dc4c8c2cd1..0c41f22c7c5 100644
--- a/lib/ci/api/runners.rb
+++ b/lib/ci/api/runners.rb
@@ -32,7 +32,7 @@ module Ci
tag_list: params[:tag_list] }
unless params[:run_untagged].nil?
- attributes.merge!(run_untagged: params[:run_untagged])
+ attributes[:run_untagged] = params[:run_untagged]
end
runner =