diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-10 06:12:27 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-10 06:12:27 +0000 |
commit | 68097a3a5c70276a969652e838250854537e23d7 (patch) | |
tree | 12fffd90b5d4c5e9c6b97c4aa7b2938ce2c19748 /.gitlab-ci.yml | |
parent | 2aad2f0504633ac70069bb0e1f8739c140417fa6 (diff) | |
parent | 314647459c07e9f920dfcf43a8644e2199f1132c (diff) | |
download | gitlab-ce-68097a3a5c70276a969652e838250854537e23d7.tar.gz |
Merge branch 'api-examples-curl-long-options' into 'master'
Use long options for curl examples in documentation
## What does this MR do?
Use long options (e.g. `--header` instead of `-H`) for curl examples in documentation.
## Why was this MR needed?
Short options are less readable.
## What are the relevant issue numbers?
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5465#note_13603730
See merge request !5703
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5aff5078386..8450d43fc0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -232,6 +232,13 @@ teaspoon: paths: - coverage-javascript/default/ +lint-doc: + stage: test + image: "phusion/baseimage:latest" + before_script: [] + script: + - scripts/lint-doc.sh + bundler:audit: stage: test <<: *ruby-static-analysis |