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
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-08-02 13:03:03 +0300
committerRémy Coutable <remy@rymai.me>2018-08-02 13:03:03 +0300
commiteed31ddcef3ad469838df3281dbefdaff2be5b53 (patch)
treef3fc9a8e7931c7de4f6f33bcf4221445db7595e8 /doc
parent3cc420b8094ec0240b473205fc886bd9c728cc5d (diff)
parentb5f4f41252e158874c55df074e84361a36e71501 (diff)
Merge branch 'fix/indentation-issue' into 'master'
Fix indentation for artifacts example in docs See merge request gitlab-org/gitlab-ce!20971
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/yaml/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index d95f8c7c8cc..95d705d3a3d 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -962,8 +962,8 @@ the binaries directory:
```yaml
job:
- artifacts:
- name: "$CI_COMMIT_REF_NAME"
+ artifacts:
+ name: "$CI_COMMIT_REF_NAME"
paths:
- binaries/
```