Skip to content

Commit

Permalink
Remove the temporary fix for ocaml/opam#4682
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Jun 2, 2021
1 parent d8e1264 commit 5b08d8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/git_repositories.ml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ module Repositories = struct

let build No_context job {Key.opam_repository_master = _; opam_2_0; opam_master} =
Current.Job.start job ~level:Current.Level.Mostly_harmless >>= fun () ->
(* get_commit_hash ~job ~repo:opam_repository_master ~branch:"master" >>!= fun opam_repository_master -> *)
let opam_repository_master = "5db90e1b3395" in (* NOTE: Temporary fix!! *)
get_commit_hash ~job ~repo:opam_repository_master ~branch:"master" >>!= fun opam_repository_master ->
get_commit_hash ~job ~repo:opam_2_0 ~branch:"2.0" >>!= fun opam_2_0 ->
get_commit_hash ~job ~repo:opam_master ~branch:"master" >>!= fun opam_master ->
Lwt.return (Ok {Value.opam_repository_master; opam_2_0; opam_master})
Expand Down

0 comments on commit 5b08d8c

Please sign in to comment.