summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2016-03-12 17:28:54 -0800
committerSytse Sijbrandij <sytse@gitlab.com>2016-03-12 17:28:54 -0800
commit4e27284a7b9cbd153d61b831b3794f6a2b5ef6a1 (patch)
tree7bd006a9aac78f5ab2cece8992ce6d874608a0f8
parentfd49f1b0d3eca1a226df1552e11848d1d1c92f2f (diff)
downloadgitlab-ce-4e27284a7b9cbd153d61b831b3794f6a2b5ef6a1.tar.gz
Remove duplicate entries.
-rw-r--r--doc/ci/examples/README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md
index 0a83c4dd858..cc059dc4376 100644
--- a/doc/ci/examples/README.md
+++ b/doc/ci/examples/README.md
@@ -1,14 +1,9 @@
# CI Examples
-- [Testing PHP](php.md)
+- [Testing a PHP application](php.md)
- [Test and deploy a Ruby application to Heroku](test-and-deploy-ruby-application-to-heroku.md)
- [Test and deploy a Python application to Heroku](test-and-deploy-python-application-to-heroku.md)
- [Test a Clojure application](test-clojure-application.md)
-- [The .gitlab-ci.yml file for GitLab itself](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab-ci.yml)
-- [Test your PHP applications](examples/php.md)
-- [Test and deploy Ruby applications to Heroku](examples/test-and-deploy-ruby-application-to-heroku.md)
-- [Test and deploy Python applications to Heroku](examples/test-and-deploy-python-application-to-heroku.md)
-- [Test Clojure applications](examples/test-clojure-application.md)
- [Using `dpl` as deployment tool](deployment/README.md)
- Help your favorite programming language and GitLab by sending a merge request
with a guide for that language.
@@ -17,3 +12,4 @@
- [Blost post about using GitLab CI for iOS projects](https://about.gitlab.com/2016/03/10/setting-up-gitlab-ci-for-ios-projects/)
- [Repo's with examples for various languages](https://gitlab.com/groups/gitlab-examples)
+- [The .gitlab-ci.yml file for GitLab itself](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab-ci.yml)