guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: guix: ci: Fix evaluation complete? field.


From: guix-commits
Subject: 01/02: guix: ci: Fix evaluation complete? field.
Date: Wed, 26 May 2021 09:29:40 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit a2155f41f53eeb5000857e7160c5ad0916dc9bfa
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed May 26 14:50:23 2021 +0200

    guix: ci: Fix evaluation complete? field.
    
    * guix/ci.scm (<evaluation>): Fix evaluation complete? field.
---
 guix/ci.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/ci.scm b/guix/ci.scm
index c70e5bb..44cf0c5 100644
--- a/guix/ci.scm
+++ b/guix/ci.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]