From 0b39480f63a9f567a9c2c65b4277d3ecb04ebe90 Mon Sep 17 00:00:00 2001 From: Isaac Mann Date: Fri, 28 Apr 2023 16:15:18 -0400 Subject: [PATCH] docs(core): remove ci var from gitlab example (#16604) --- docs/shared/monorepo-ci-gitlab.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/shared/monorepo-ci-gitlab.md b/docs/shared/monorepo-ci-gitlab.md index 8ab51b43d8..5676ff1f5d 100644 --- a/docs/shared/monorepo-ci-gitlab.md +++ b/docs/shared/monorepo-ci-gitlab.md @@ -3,7 +3,7 @@ Below is an example of a GitLab pipeline setup for an Nx workspace - building and testing only what is affected. ```yaml -image: node:16 +image: node:18 stages: - test @@ -63,8 +63,6 @@ Read more about [Distributed Task Execution (DTE)](/core-features/distribute-tas ```yaml image: node:18 -variables: - CI: 'true' # Creating template for DTE agents .dte-agent: