summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-06-10 14:13:12 +0300
committerValery Sizov <vsv2711@gmail.com>2015-06-10 14:13:12 +0300
commit3d417bca57656f4eae53f951a0ce14a66b1f179a (patch)
tree74bf75ed6eb2eac1195f151a7d7c4d5ee742f4e4 /doc
parent794fbd353ed99ba512e230cb824a7170bc5a25d2 (diff)
downloadgitlab-ci-3d417bca57656f4eae53f951a0ce14a66b1f179a.tar.gz
add links to lint, improve test coverage
Diffstat (limited to 'doc')
-rw-r--r--doc/builds_configuration/README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/builds_configuration/README.md b/doc/builds_configuration/README.md
index 2fca14b..06c2c8e 100644
--- a/doc/builds_configuration/README.md
+++ b/doc/builds_configuration/README.md
@@ -58,7 +58,7 @@ jobs:
```
In this way, the name of the build will be taken from command line.
-## deploy_jobs
+### deploy_jobs
Deploy Jobs that will be run when all other jobs have succeeded. Define them using a hash:
```yaml
@@ -80,5 +80,9 @@ deploy_jobs:
- "bundle exec cap deploy"
```
-## before_script
-`before_script` is used to define the command that should be ran before all builds, including deploy builds. This can be an array or a multiline string. \ No newline at end of file
+### before_script
+`before_script` is used to define the command that should be ran before all builds, including deploy builds. This can be an array or a multiline string.
+
+## Debugging of your builds with .gitlab-ci.yml
+
+Each instance of GitLab CI has an embeded debug tool Lint. You can find link to the Lint in the projects settings page or use short url `/lint`.