From d4117ee437b96ac8406f80f85cd576b8c258d26b Mon Sep 17 00:00:00 2001 From: Will Stamatis <114952643+wlsdbt@users.noreply.github.com> Date: Wed, 13 Sep 2023 14:54:47 -0400 Subject: [PATCH] Update ci-jobs.md The Beta is no longer accepting submissions (navigating to the link shows a form closed - https://docs.google.com/forms/d/e/1FAIpQLSd2Szy3QYrDPSpJiqqhgl7xa6eo1VQoLm35Xg81R64IefBgoQ/closedform) --- website/docs/docs/deploy/ci-jobs.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/website/docs/docs/deploy/ci-jobs.md b/website/docs/docs/deploy/ci-jobs.md index db1a87ba5f7..bf80bcf0c83 100644 --- a/website/docs/docs/deploy/ci-jobs.md +++ b/website/docs/docs/deploy/ci-jobs.md @@ -6,14 +6,6 @@ description: "Learn how to create and set up CI checks to test code changes befo You can set up [continuous integration](/docs/deploy/continuous-integration) (CI) jobs to run when someone opens a new pull request (PR) in your dbt Git repository. By running and testing only _modified_ models, dbt Cloud ensures these jobs are as efficient and resource conscientious as possible on your data platform. -:::tip Join our beta - -dbt Labs is currently running a beta that provides improved UI updates for setting up CI jobs. For docs, refer to [Set up CI jobs (Beta version)](/docs/deploy/ci-jobs?version=beta#set-up-ci-jobs) on this page. - -If you're interested in joining our beta, please fill out our Google Form to [sign up](https://forms.gle/VxwBD1xjzouE84EQ6). - -::: - ## Set up CI jobs {#set-up-ci-jobs}