mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
add a dummy job for queue test
This commit is contained in:
parent
d9da29efad
commit
330d3e8283
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ def targets = [
|
||||||
'pairing-server':true,
|
'pairing-server':true,
|
||||||
'space-server':true,
|
'space-server':true,
|
||||||
'voxel-server':true,
|
'voxel-server':true,
|
||||||
'interface':false
|
'interface':false,
|
||||||
|
'dummy-job':false
|
||||||
]
|
]
|
||||||
|
|
||||||
/* setup all of the target jobs to use the above template */
|
/* setup all of the target jobs to use the above template */
|
||||||
|
|
Loading…
Reference in a new issue