guix: ci: Fix evaluation complete? field.

* guix/ci.scm (<evaluation>): Fix evaluation complete? field.
This commit is contained in:
Mathieu Othacehe 2021-05-26 14:50:23 +02:00
parent efff3fd879
commit a2155f41f5
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -100,7 +100,7 @@ (define-json-mapping <evaluation> make-evaluation evaluation?
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