mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -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
|
json->evaluation
|
||||||
(id evaluation-id) ;integer
|
(id evaluation-id) ;integer
|
||||||
(spec evaluation-spec "specification") ;string
|
(spec evaluation-spec "specification") ;string
|
||||||
(complete? evaluation-complete? "in-progress"
|
(complete? evaluation-complete? "status"
|
||||||
(match-lambda
|
(match-lambda
|
||||||
(0 #t)
|
(0 #t)
|
||||||
(_ #f))) ;Boolean
|
(_ #f))) ;Boolean
|
||||||
|
|
Loading…
Reference in a new issue