Commit de786abe authored by Martin Törnqvist's avatar Martin Törnqvist

Fix code block in environment documentation

parent 342d5ff4
...@@ -1342,8 +1342,7 @@ In its simplest form, the `environment` keyword can be defined like: ...@@ -1342,8 +1342,7 @@ In its simplest form, the `environment` keyword can be defined like:
deploy to production: deploy to production:
stage: deploy stage: deploy
script: git push production HEAD:master script: git push production HEAD:master
environment: environment: production
name: production
``` ```
In the above example, the `deploy to production` job will be marked as doing a 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