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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-23 12:09:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-23 12:09:07 +0300
commitf47c768fad17d4c876e96524f83f8306f071db66 (patch)
tree9350146fdfb67f001716357d745436338621b590 /doc
parent0f8c2334f0e57a22bf10e4485c17f856289e4fb4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/yaml/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 4a79fc33da3..c6389ee5093 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1342,8 +1342,7 @@ In its simplest form, the `environment` keyword can be defined like:
deploy to production:
stage: deploy
script: git push production HEAD:master
- environment:
- name: production
+ environment: production
```
In the above example, the `deploy to production` job will be marked as doing a