Skip to content

Commit

Permalink
Avoid the CI from crashing (see mirage/ocaml-conduit#261 and mirage/o…
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Jun 24, 2020
1 parent 1a6320e commit 7588814
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src-bin/opamRepoCI.ml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ open Datakit_ci
open Term.Infix
module DO = Docker_ops

let () = Lwt.async_exception_hook := (fun exc ->
prerr_endline ("[Error caught in the Lwt.async_exception_hook]: "^Printexc.to_string exc))

module Builder = struct

let label = "opamRepo"
Expand Down

0 comments on commit 7588814

Please sign in to comment.