ocurrent
ocurrent copied to clipboard
Keeps things up-to-date (a CI/CD pipeline OCaml eDSL)
[`Current.Job`](https://github.com/ocurrent/ocurrent/blob/1be4fea132bd3fb5b3e4de75fadd6830019f67f3/lib/current.mli#L233-L237) provides two functions to log output: ```ocaml val write : t -> string -> unit (** [write t data] appends [data] to the log. *) val log : t...
Currently when something fails during a `Current_docker.pull` its output will stay a failure until the next scheduled pull. For this particular command we probably don't want that. Here is my...
See https://github.com/ocurrent/ocaml-ci/issues/422 for detailed list. All the changes made will be in ocurrent proper and can be shared between all pipelines using ocurrent.
Following https://github.com/ocaml/dune/blob/main/.ocamlformat
Provide a more visible button/widget to copy the docker command to reproduce a build.
This is a follow up on the ["abort propagation on equality" PR](https://github.com/ocurrent/ocurrent/pull/318) -- I now think that it can be very useful to customize the equality operator in some specific...
It's a simple patch which is currently used by our SMTP stack to be able to synchronize some stuffs with local Git repository made by `git init --bare`. /cc @TheLortex
Generated using `opam monorepo lock`.
The need for this came up while working on https://github.com/ocurrent/opam-repo-ci/pull/108, where I need some kind of way to tell the users and maintainers that after everything that can be done...
``` 2021-09-14 11:09.25: New job: Analyse 2021-09-14 11:09.25: Checking out commit 80b2602f. To reproduce: git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/19505/head" && git reset --hard...