mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
guix: ci: Fix evaluation complete? field.
* guix/ci.scm (<evaluation>): Fix evaluation complete? field.
This commit is contained in:
parent
efff3fd879
commit
a2155f41f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue