Updated GitLab CI setup (markdown)
This commit is contained in:
parent
ab1e4633c0
commit
3016696c2e
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue