Skip to content

Commit e4d394c

Browse files
committed
Don't overwrite odoc_driver's status.json
1 parent e63f1c6 commit e4d394c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/compile.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ let spec_success ~ssh ~base ~odoc_driver_base ~odoc_pin ~sherlodoc_pin ~config
8484
Fmt.str "mkdir -p %a" Fpath.pp linked_folder;
8585
Misc.tar_cmd linked_folder;
8686
Fmt.str "echo raw_folder: %s" (Fpath.to_string raw_folder);
87-
Fmt.str "~/docs/docs-ci-scripts/gen_status_json.sh %s"
88-
(Fpath.to_string raw_folder);
8987
Fmt.str "time rsync -aR ./%s %s:%s/."
9088
Fpath.(to_string (parent linked_folder))
9189
(Config.Ssh.host ssh)

0 commit comments

Comments
 (0)