Commit fb713071 authored by Kim "BKC" Carlbäcker's avatar Kim "BKC" Carlbäcker

Use Token instead of ID

parent 24f0a45b
......@@ -145,7 +145,7 @@ module Ci
private
def runner_queue_key
"runner:build_queue:#{self.id}"
"runner:build_queue:#{self.token}"
end
def tag_constraints
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment