From 9f635368b87e7063037a730524c6fb21cabb1e24 Mon Sep 17 00:00:00 2001 From: nataliefiann <120089939+nataliefiann@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:34:23 +0000 Subject: [PATCH] Update website/snippets/_git-providers-supporting-ci.md Co-authored-by: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> --- website/snippets/_git-providers-supporting-ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/snippets/_git-providers-supporting-ci.md b/website/snippets/_git-providers-supporting-ci.md index c41b16a5a75..e0c0a9f4b2b 100644 --- a/website/snippets/_git-providers-supporting-ci.md +++ b/website/snippets/_git-providers-supporting-ci.md @@ -11,5 +11,5 @@ The following table outlines the available integration options and their corresp |[Azure DevOps](/docs/cloud/git/setup-azure)
| ✅| ✅ | ✅ | Organizations on the Team and Developer plans can connect to Azure DeveOps using a deploy key. Note, you won’t be able to configure automated CI jobs but you can still develop.| |[GitHub](/docs/cloud/git/connect-github)
| ✅ | ✅ | ✅ | |[GitLab](/docs/cloud/git/connect-gitlab)
| ✅ | ✅ | ✅ | -|All other git providers imported with a [git URL](/docs/cloud/git/import-a-project-by-git-url) ([BitBucket](/docs/cloud/git/import-a-project-by-git-url#bitbucket), [AWS CodeCommit](/docs/cloud/git/import-a-project-by-git-url#aws-codecommit), and others)| ❌ | ❌ | ✅ | Refer to the [Customizing CI/CD with custom pipelines](/guides/custom-cicd-pipelines?step=1) guide to set up continuous integration and continuous deployment (CI/CD).| +|All other git providers using [Git clone](/docs/cloud/git/import-a-project-by-git-url) ([BitBucket](/docs/cloud/git/import-a-project-by-git-url#bitbucket), [AWS CodeCommit](/docs/cloud/git/import-a-project-by-git-url#aws-codecommit), and others)| ❌ | ❌ | ✅ | Refer to the [Customizing CI/CD with custom pipelines](/guides/custom-cicd-pipelines?step=1) guide to set up continuous integration and continuous deployment (CI/CD).|