Skip to content

Commit

Permalink
update wrt core v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
pveber committed Aug 5, 2020
1 parent e0300af commit afbdcb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/engine/execution_env.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
open Core_kernel
open Bistro_internals

module Unix = Caml_unix

type insert =
| Path of Workflow.path
| Path_list of {
Expand Down
2 changes: 2 additions & 0 deletions lib/multinode/bistro_multinode.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ open Core_kernel
open Bistro_engine
open Lwt.Infix

module Unix = Caml_unix

type job =
| Plugin of {
workflow_id : string ;
Expand Down

0 comments on commit afbdcb2

Please sign in to comment.