From 3016696c2e372071afc87d6e50d1c8d97b67b15a Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Thu, 8 Sep 2016 13:05:58 +0200 Subject: [PATCH] Updated GitLab CI setup (markdown) --- GitLab-CI-setup.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/GitLab-CI-setup.md b/GitLab-CI-setup.md index 97a2074..fb1c5a2 100644 --- a/GitLab-CI-setup.md +++ b/GitLab-CI-setup.md @@ -6,6 +6,13 @@ The installation is fairly simple, but there are some problems that need a worka Basically, you want to follow the following instructions to set up the runner: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner#install-gitlab-runner (pick the ones for your OS). +## General information needed during setup + +Specify the following URL during runner setup: ``https://gitlab.com/ci`` + +Use the following registration token during setup: ``yWbuZXxvWK3ypissf7bL`` + + ## On Windows? There is currently an open issue for the GitLab CI runner which means that artifacts are not handled properly on Windows. The workaround for now is to use a slightly older version of it. For more details see [here](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1523).