docs(core): remove ci var from gitlab example (#16604)

This commit is contained in:
Isaac Mann 2023-04-28 16:15:18 -04:00 committed by GitHub
parent 341f7649ce
commit 0b39480f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: