diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-05-18 08:08:51 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-05-18 08:08:51 +0000 |
commit | e74f3b05bc0ed617dd459d9c05ad19734dfc0340 (patch) | |
tree | 26f0b5fb23f5754689c28aa6972aa234f9f748c5 /doc/ci/README.md | |
parent | a49337727be1e28c29ad19b310fa2eb2df828c91 (diff) | |
download | gitlab-ce-e74f3b05bc0ed617dd459d9c05ad19734dfc0340.tar.gz |
Add Code Climate CLI example to CI documentation
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r-- | doc/ci/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md index c4f9a3cb573..86de0ee9043 100644 --- a/doc/ci/README.md +++ b/doc/ci/README.md @@ -108,6 +108,7 @@ Here is an collection of tutorials and guides on setting up your CI pipeline. - [Scala](examples/test-scala-application.md) - [Phoenix](examples/test-phoenix-application.md) - [Run PHP Composer & NPM scripts then deploy them to a staging server](examples/deployment/composer-npm-deploy.md) + - [Analyze code quality with the Code Climate CLI](examples/code_climate.md) - **Blog posts** - [Automated Debian packaging](https://about.gitlab.com/2016/10/12/automated-debian-package-build-with-gitlab-ci/) - [Spring boot application with GitLab CI and Kubernetes](https://about.gitlab.com/2016/12/14/continuous-delivery-of-a-spring-boot-application-with-gitlab-ci-and-kubernetes/) |