Change the build queue identifier to disambiguate between old and new build jobs.
This commit is contained in:
parent
83fb806e51
commit
e1a4efe35c
1 changed files with 1 additions and 1 deletions
|
@ -64,5 +64,5 @@ class WorkQueue(object):
|
|||
|
||||
|
||||
image_diff_queue = WorkQueue('imagediff')
|
||||
dockerfile_build_queue = WorkQueue('dockerfilebuild')
|
||||
dockerfile_build_queue = WorkQueue('dockerfilebuild2')
|
||||
webhook_queue = WorkQueue('webhook')
|
||||
|
|
Reference in a new issue