Use Token instead of ID
This commit is contained in:
parent
24f0a45b0f
commit
fb713071db
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue