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
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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 =