From c5446819db864d18d7bedab201f4ff2c9cdfe8ea Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Fri, 12 Jan 2024 14:54:02 -0800 Subject: [PATCH] Fix the infra deployment info in readme Signed-off-by: Sayali Gaikawad --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb39d1a86a..1bb7fb6c13 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,7 @@ See [src/manifests_workflow](./src/manifests_workflow) for more information. ### Deploying Infrastructure -Storage and access roles for the OpenSearch release process are codified in a [CDK project](./deployment/README.md). +This project uses jenkins as the build infrastruture for building, testing and releasing the artifacts. The infrastruture is deployed using CDK and code can be found in [opensearch-ci](https://github.com/opensearch-project/opensearch-ci/tree/main) repository. ## Contributing