diff --git a/doc/services.md b/doc/services.md index 3a87aac..5b013a6 100644 --- a/doc/services.md +++ b/doc/services.md @@ -22,12 +22,6 @@ For a given service, the specified Dockerfile is pulled from the specified branc - services: - `ocaml-ci_ci` @ -- `Dockerfile.gitlab` on arches: x86_64, arm64 - - branch: [`live-engine`](https://github.com/ocurrent/ocaml-ci/tree/live-engine) - - registered image: [`ocurrent/ocaml-ci-gitlab-service:live`](https://hub.docker.com/r/ocurrent/ocaml-ci-gitlab-service) - - services: - - `ocaml-ci_gitlab` @ - - `Dockerfile.web` on arches: x86_64, arm64 - branch: [`live-www`](https://github.com/ocurrent/ocaml-ci/tree/live-www) - registered image: [`ocurrent/ocaml-ci-web:live`](https://hub.docker.com/r/ocurrent/ocaml-ci-web) diff --git a/src/pipeline.ml b/src/pipeline.ml index 7071574..759011f 100644 --- a/src/pipeline.ml +++ b/src/pipeline.ml @@ -140,16 +140,6 @@ module Tarides = struct ] ~archs:[`Linux_x86_64; `Linux_arm64] ~options:{ defaults with include_git = true }; - make_docker - "Dockerfile.gitlab" - [ - make_deployment - ~branch:"live-engine" - ~target:"ocurrent/ocaml-ci-gitlab-service:live" - [{name = "ocaml-ci_gitlab"; docker_context = ocaml_ci_dev; uri = Some "ocaml.ci.dev:8200"}]; - ] - ~archs:[`Linux_x86_64; `Linux_arm64] - ~options:defaults; make_docker "Dockerfile.web" [