guix: ci: Fix evaluation complete? field.
* guix/ci.scm (<evaluation>): Fix evaluation complete? field.master
parent
efff3fd879
commit
a2155f41f5
|
@ -100,7 +100,7 @@
|
|||
json->evaluation
|
||||
(id evaluation-id) ;integer
|
||||
(spec evaluation-spec "specification") ;string
|
||||
(complete? evaluation-complete? "in-progress"
|
||||
(complete? evaluation-complete? "status"
|
||||
(match-lambda
|
||||
(0 #t)
|
||||
(_ #f))) ;Boolean
|
||||
|
|
Reference in New Issue