Commit b2c45ffd authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'docs-ci-yaml-backticks' into 'master'

Update backticks and vale exceptions in CI docs

See merge request gitlab-org/gitlab!69279
parents c2068a11 e0a0be7e
...@@ -162,6 +162,7 @@ dequarantine ...@@ -162,6 +162,7 @@ dequarantine
dequarantined dequarantined
dequarantining dequarantining
DevOps DevOps
Dhall
disambiguates disambiguates
discoverability discoverability
dismissable dismissable
...@@ -817,6 +818,7 @@ Worldline ...@@ -817,6 +818,7 @@ Worldline
Xcode Xcode
Xeon Xeon
YouTrack YouTrack
ytt
Yubico Yubico
Zeitwerk Zeitwerk
Zendesk Zendesk
......
...@@ -3,11 +3,8 @@ stage: Verify ...@@ -3,11 +3,8 @@ stage: Verify
group: Pipeline Authoring group: Pipeline Authoring
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
--- ---
<!-- markdownlint-disable MD044 -->
<!-- vale gitlab.Spelling = NO --> # Validate `.gitlab-ci.yml` syntax with the CI Lint tool
# Validate .gitlab-ci.yml syntax with the CI Lint tool
<!-- markdownlint-enable MD044 -->
<!-- vale gitlab.Spelling = YES -->
If you want to test the validity of your GitLab CI/CD configuration before committing If you want to test the validity of your GitLab CI/CD configuration before committing
the changes, you can use the CI Lint tool. This tool checks for syntax and logical the changes, you can use the CI Lint tool. This tool checks for syntax and logical
......
...@@ -156,15 +156,11 @@ build a matrix of targets and architectures. ...@@ -156,15 +156,11 @@ build a matrix of targets and architectures.
<i class="fa fa-youtube-play youtube" aria-hidden="true"></i> <i class="fa fa-youtube-play youtube" aria-hidden="true"></i>
For an overview, see [Create child pipelines using dynamically generated configurations](https://youtu.be/nMdfus2JWHM). For an overview, see [Create child pipelines using dynamically generated configurations](https://youtu.be/nMdfus2JWHM).
<!-- vale gitlab.Spelling = NO -->
We also have an example project using We also have an example project using
[Dynamic Child Pipelines with Jsonnet](https://gitlab.com/gitlab-org/project-templates/jsonnet) [Dynamic Child Pipelines with Jsonnet](https://gitlab.com/gitlab-org/project-templates/jsonnet)
which shows how to use a data templating language to generate your `.gitlab-ci.yml` at runtime. which shows how to use a data templating language to generate your `.gitlab-ci.yml` at runtime.
You could use a similar process for other templating languages like You could use a similar process for other templating languages like
[Dhall](https://dhall-lang.org/) or [`ytt`](https://get-ytt.io/). [Dhall](https://dhall-lang.org/) or [ytt](https://get-ytt.io/).
<!-- vale gitlab.Spelling = NO -->
The artifact path is parsed by GitLab, not the runner, so the path must match the The artifact path is parsed by GitLab, not the runner, so the path must match the
syntax for the OS running GitLab. If GitLab is running on Linux but using a Windows syntax for the OS running GitLab. If GitLab is running on Linux but using a Windows
......
...@@ -5,11 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -5,11 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type: reference type: reference
--- ---
<!-- markdownlint-disable MD044 --> # Keyword reference for the `.gitlab-ci.yml` file **(FREE)**
<!-- vale gitlab.Spelling = NO -->
# Keyword reference for the .gitlab-ci.yml file **(FREE)**
<!-- vale gitlab.Spelling = YES -->
<!-- markdownlint-enable MD044 -->
This document lists the configuration options for your GitLab `.gitlab-ci.yml` file. This document lists the configuration options for your GitLab `.gitlab-ci.yml` file.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment