summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-16 09:35:09 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-16 09:35:09 +0000
commit05922e71f45670a1b75d8b700bf894258c79fcd7 (patch)
treefca9622f0ee1c3bd3a07c30606a22c9020a7d794
parenta0a826ebdcb783c660dd40d8cb217db28a9d4998 (diff)
parentc2bcdeb95090e2344b90e5babe5b68dfba064130 (diff)
downloadgitlab-ce-05922e71f45670a1b75d8b700bf894258c79fcd7.tar.gz
Merge branch 'fix_project_number_ci' into 'master'
Fix link to githost.io Documentation pointed to wrong gitlab-ci project. See merge request !222
-rw-r--r--doc/development/ci_setup.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/development/ci_setup.md b/doc/development/ci_setup.md
index d74f4852a3d..ee16aedafe7 100644
--- a/doc/development/ci_setup.md
+++ b/doc/development/ci_setup.md
@@ -4,7 +4,7 @@ This document describes what services we use for testing GitLab and GitLab CI.
We currently use three CI services to test GitLab:
-1. GitLab CI on [GitHost.io](https://gitlab-ce.githost.io/projects/2/) for the [GitLab.com repo](https://gitlab.com/gitlab-org/gitlab-ce)
+1. GitLab CI on [GitHost.io](https://gitlab-ce.githost.io/projects/4/) for the [GitLab.com repo](https://gitlab.com/gitlab-org/gitlab-ce)
2. GitLab CI at ci.gitlab.org to test the private GitLab B.V. repo at dev.gitlab.org
3. [Semephore](https://semaphoreapp.com/gitlabhq/gitlabhq/) for [GitHub.com repo](https://github.com/gitlabhq/gitlabhq)
@@ -25,9 +25,9 @@ We use [these build scripts](https://gitlab.com/gitlab-org/gitlab-ci/blob/master
# Build configuration on [Semaphore](https://semaphoreapp.com/gitlabhq/gitlabhq/) for testing the [GitHub.com repo](https://github.com/gitlabhq/gitlabhq)
-Language: Ruby
-Ruby verion: 2.1.2
-database.yml: pg
+- Language: Ruby
+- Ruby verion: 2.1.2
+- database.yml: pg
Build commands