Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-09-16 01:28:59 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-16 01:28:59 +0300
commit1b464bfe03be2f05f509a96740a9f9d024e8217d (patch)
tree1cef5d2fc5a0a353b50e6f1511b9c4f2ff6fef9a /doc/ci/examples/test-clojure-application.md
parentf2d8902341b298a842d02d2a21a938085d4840b7 (diff)
Update documentation and config files
Diffstat (limited to 'doc/ci/examples/test-clojure-application.md')
-rw-r--r--doc/ci/examples/test-clojure-application.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/test-clojure-application.md b/doc/ci/examples/test-clojure-application.md
index 6c6faf8f928..eaee94a10f1 100644
--- a/doc/ci/examples/test-clojure-application.md
+++ b/doc/ci/examples/test-clojure-application.md
@@ -32,4 +32,4 @@ In before script we install JRE and [Leiningen](http://leiningen.org/).
Sample project uses [migratus](https://github.com/yogthos/migratus) library to manage database migrations.
So we added database migration as last step of `before_script` section
-You can use public runners available on `ci.gitlab.com` for testing your application with such configuration.
+You can use public runners available on `gitlab.com` for testing your application with such configuration.