Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/lint.md')
-rw-r--r--doc/api/lint.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/lint.md b/doc/api/lint.md
index a271b75c035..c0d0b69dc77 100644
--- a/doc/api/lint.md
+++ b/doc/api/lint.md
@@ -268,7 +268,7 @@ a JSON payload, you can use `jq`. For example, create a file named `example-gitl
```yaml
.api_test:
rules:
- - if: '$CI_PIPELINE_SOURCE=="merge_request_event"'
+ - if: $CI_PIPELINE_SOURCE=="merge_request_event"
changes:
- src/api/*
deploy: