File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 ([> `Built | `Checked ] Current_term.Output .t * Current .job_id option )
99 Current .t
1010(* * Build and test all the opam packages in a given build context on the given
11- platform. [~repo] is the ID of the repository-under-test on a Git Forge
12- (e.g. GitHub or GitLab). *)
11+ platform. [~repo] is the ID of the repository-under-test on GitHub. *)
1312
1413val make_build_spec :
1514 base :Current_docker .Raw .Image .t ->
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ val v :
1717 ([> `Built | `Checked ] Current_term.Output .t * Current .job_id option )
1818 Current .t
1919(* * Build and test all the opam packages in a given build context on the given
20- platform. [~repo] is the ID of the repository-under-test on a Git Forge
21- (e.g. GitHub or GitLab).
20+ platform. [~repo] is the ID of the repository-under-test on GitHub.
2221
2322 @param on_cancel The callback function to call if the job is cancelled.
2423 @param repo The ID of the repository-under-test on GitHub. *)
Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ module Make (M : Forge_prefix) = struct
2525 () )
2626
2727 let logo =
28- match M. prefix with
29- | "github" -> Common. github_logo
30- | _ -> raise Not_found
28+ match M. prefix with "github" -> Common. github_logo | _ -> raise Not_found
3129
3230 let git_forge_url org = Printf. sprintf " https://%s.com/%s" M. prefix org
3331
Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ module Make (M : Git_forge_intf.Forge) = struct
66 type t = Branch of string | PR of { title : string ; id : string }
77
88 let logo =
9- match M. prefix with
10- | "github" -> Common. github_logo
11- | _ -> raise Not_found
9+ match M. prefix with "github" -> Common. github_logo | _ -> raise Not_found
1210
1311 let row ~ref ~short_hash ~started_at ~ran_for ~status ~ref_uri ~message =
1412 let ref_title =
You can’t perform that action at this time.
0 commit comments