guix: ci: Rename the checkout 'input' field.
The checkout "input" field has been renamed "channel" in Cuirass 1.0 release. * guix/ci.scm (<checkout>)[input]: Rename it into ... [channel]: ... this new field.
This commit is contained in:
parent
53ed3e4bbd
commit
935ede4f06
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
checkout?
|
checkout?
|
||||||
checkout-commit
|
checkout-commit
|
||||||
checkout-input
|
checkout-channel
|
||||||
|
|
||||||
evaluation?
|
evaluation?
|
||||||
evaluation-id
|
evaluation-id
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
(define-json-mapping <checkout> make-checkout checkout?
|
(define-json-mapping <checkout> make-checkout checkout?
|
||||||
json->checkout
|
json->checkout
|
||||||
(commit checkout-commit) ;string (SHA1)
|
(commit checkout-commit) ;string (SHA1)
|
||||||
(input checkout-input)) ;string (name)
|
(channel checkout-channel)) ;string (name)
|
||||||
|
|
||||||
(define-json-mapping <evaluation> make-evaluation evaluation?
|
(define-json-mapping <evaluation> make-evaluation evaluation?
|
||||||
json->evaluation
|
json->evaluation
|
||||||
|
|
Reference in a new issue