Commit 74bfdf4f authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'hassanbot-master-patch-77587' into 'master'

Fix code block in environment documentation

See merge request gitlab-org/gitlab!23397
parents 189fe430 de786abe
......@@ -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
......
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