summaryrefslogtreecommitdiff
path: root/doc/development
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2014-10-15 20:52:39 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2014-10-15 20:52:39 +0300
commitc2bcdeb95090e2344b90e5babe5b68dfba064130 (patch)
treefca9622f0ee1c3bd3a07c30606a22c9020a7d794 /doc/development
parentb57ec54fae7f17fad21c564aee1c39625f77ec20 (diff)
downloadgitlab-ce-c2bcdeb95090e2344b90e5babe5b68dfba064130.tar.gz
Make semaphore configuration an ordered list.
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/ci_setup.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/development/ci_setup.md b/doc/development/ci_setup.md
index bbd4bf6b257..ee16aedafe7 100644
--- a/doc/development/ci_setup.md
+++ b/doc/development/ci_setup.md
@@ -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