= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package datakit-ci
-
datakit_ci
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val v : ?remote:string -> logs:CI_live_log.manager -> string -> t
module Commit : sig ... end
type commit = Commit.t
val hash : commit -> string
val fetch_head : t -> CI_target.t -> commit CI_term.t
val with_checkout :
log:CI_live_log.t ->
job_id:CI_s.job_id ->
commit ->
(string -> 'a Lwt.t) ->
'a Lwt.t
val with_clone :
log:CI_live_log.t ->
job_id:CI_s.job_id ->
commit ->
(string -> 'a Lwt.t) ->
'a Lwt.t
val command :
logs:CI_live_log.manager ->
timeout:float ->
label:string ->
clone:bool ->
string array list ->
command