mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-12 02:45:12 +00:00
7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
- console.log('builds', items)
|
|
.builds
|
|
if !items.length
|
|
p Build queue is empty
|
|
each build, index in items
|
|
Item(build=build, key=build.id)
|