Skip to content
Snippets Groups Projects
Commit 54831312 authored by dosire's avatar dosire
Browse files

Change urls to GitLab Cloud.

parent 679dc282
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -34,7 +34,7 @@ v3.0.0
v2.2.0
- replaced unicorn with puma
- replaced grit with rugged
- Runner.rb more transactional safe now (see https://github.com/gitlabhq/gitlab-ci/pull/142)
- Runner.rb more transactional safe now
- updated rails to 3.2.13
- updated devise to 2.2
- fixed issue when build left in running status if exception triggered
Loading
Loading
Loading
Loading
@@ -5,7 +5,7 @@
* [![Dependency Status](https://gemnasium.com/gitlabhq/gitlab-ci.png)](https://gemnasium.com/gitlabhq/gitlab-ci)
* [![Coverage Status](https://coveralls.io/repos/gitlabhq/gitlab-ci/badge.png?branch=master)](https://coveralls.io/r/gitlabhq/gitlab-ci)
 
![Screen](https://raw.github.com/gitlabhq/gitlab-ci/master/public/gitlab-ci-screenshot.png)
![Screen](https://gitlab.com/gitlab-org/gitlab-ci/raw/master/public/gitlab-ci-screenshot.png)
 
### Requirements
 
Loading
Loading
@@ -46,7 +46,7 @@ The following features are not in GitLab CI but merge requests are very welcome:
 
To perform the actual build you need a CI runner (also see the Architecture section below):
 
* [Official CI runner for Linux](https://github.com/gitlabhq/gitlab-ci-runner)
* [Official CI runner for Linux](https://gitlab.com/gitlab-org/gitlab-ci-runner)
* [Unofficial CI runner for Windows](https://github.com/virtualmarc/gitlab-ci-runner-win)
* [Unofficial CI runner for Scala/Java](https://github.com/nafg/gitlab-ci-runner-scala)
 
Loading
Loading
@@ -68,7 +68,7 @@ Possible Cases:
* 1 __GitLab CI__ and N __GitLab CI Runner__ instances on different machines
* 1 __GitLab CI__ and N __GitLab CI Runner__ instances on local machines
 
![screen](https://raw.github.com/gitlabhq/gitlab-ci/master/app/assets/images/arch.jpg)
![screen](https://gitlab.com/gitlab-org/gitlab-ci/raw/master/app/assets/images/arch.jpg)
 
For more information see:
[Announcing GitLab CI 3.0](http://blog.gitlab.org/announcing-gitlab-ci-3.0/)
Loading
Loading
@@ -77,7 +77,7 @@ and
 
### Installation
 
* [Installation guide](https://github.com/gitlabhq/gitlab-ci/blob/master/doc/installation.md)
* [Installation guide](https://gitlab.com/gitlab-org/gitlab-ci/blob/master/doc/installation.md)
 
### Docs
 
Loading
Loading
Loading
Loading
@@ -2,6 +2,6 @@
%p
Now you need Runners to process your builds.
%span
Checkout #{link_to 'runner repository', 'https://github.com/gitlabhq/gitlab-ci-runner#installation', target: '_blank'} to find out how install one
Checkout #{link_to 'runner repository', 'https://gitlab.com/gitlab-org/gitlab-ci-runner/blob/master/README.md', target: '_blank'} to find out how install one
 
 
Loading
Loading
@@ -92,7 +92,7 @@ You can use either MySQL or PostgreSQL.
 
cd /home/gitlab_ci/
 
sudo -u gitlab_ci -H git clone https://github.com/gitlabhq/gitlab-ci.git
sudo -u gitlab_ci -H git clone https://gitlab.com/gitlab-org/gitlab-ci.git
 
cd gitlab-ci
 
Loading
Loading
@@ -195,7 +195,7 @@ Make sure to edit the config file to match your setup:
 
 
Now you need Runners to process your builds.
Checkout [runner repository](https://github.com/gitlabhq/gitlab-ci-runner#installation) for setup info.
Checkout [runner repository](https://gitlab.com/gitlab-org/gitlab-ci-runner/blob/master/README.md) for setup info.
 
# Done!
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment