Skip to content
This repository was archived by the owner on May 12, 2018. It is now read-only.

Commit 2cbdb53

Browse files
committed
Merge pull request #275 from dosire/readme-links
More information in readme.
2 parents 7437bd9 + 76f862e commit 2cbdb53

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,17 @@ Possible Cases:
4343
* 1 __GitLab CI__ and N __GitLab CI Runner__ instances on different machines
4444
* 1 __GitLab CI__ and N __GitLab CI Runner__ instances on local machines
4545

46-
4746
![screen](https://raw.github.com/gitlabhq/gitlab-ci/master/app/assets/images/arch.jpg)
4847

48+
The runner runs the line below and then runs the commands in your projects settings
49+
50+
cd /gitlab-ci-runner/tmp/builds && git clone git@gitlab_server_fqdn:group/project.git project-1 && cd project-1 && git checkout master
51+
52+
For more information see:
53+
[Announcing GitLab CI 3.0](http://blog.gitlab.org/announcing-gitlab-ci-3.0/)
54+
and
55+
[Integrating GitLab CI With GitLab to Enable Distributed Builds](http://blog.gitlab.org/integrating-gitlab-ci-with-gitlab/)
56+
4957
### Installation
5058

5159
* [Installation and setup guide](https://github.com/gitlabhq/gitlab-ci/blob/master/doc/installation.md)

0 commit comments

Comments
 (0)