mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@
|
||||||
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…
Add table
Add a link
Reference in a new issue