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/ci/yaml
diff options
context:
space:
mode:
authorAdam Liter <io@adamliter.org>2018-08-02 04:28:44 +0300
committerAdam Liter <io@adamliter.org>2018-08-02 04:28:44 +0300
commitb5f4f41252e158874c55df074e84361a36e71501 (patch)
treedb668eab75daa46a1f08fd4dd6af5710d107c3f6 /doc/ci/yaml
parent9812e5dd7c52e67b22781a440ee04dbb2a086000 (diff)
Fix indentation for artifacts example in docs
Diffstat (limited to 'doc/ci/yaml')
-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/
```