Skip to content
Snippets Groups Projects
Commit c64b2a2a authored by Alf Koehn-Seemann's avatar Alf Koehn-Seemann
Browse files

Update README.md: account for mpcdf gitlab update (allowing for more recent runner versions)

parent 8f0dfe27
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -12,9 +12,11 @@ Important things: ...@@ -12,9 +12,11 @@ Important things:
## Setup a local runner: ## Setup a local runner:
- Installation of a local runner [found here](https://docs.gitlab.com/runner/install/) be sure to install the version <= 1.11.4 - Installation of a local runner [found here](https://docs.gitlab.com/runner/install/) be sure to install the version ~~<= 1.11.4~~
`sudo apt-get install gitlab-ci-multi-runner=1.11.4` compatible with the mpcdf gitlab version (which is 9.1.4 since 15.05.2017), a compatibility chart can be
since the mpcdf gitlab version is 8.17 [found here](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/README.md)
`sudo apt-get install gitlab-ci-multi-runner`
or, for installing a specific version, `sudo apt-get install gitlab-ci-multi-runner=1.11.4`
- After installation of the runner, execute **in your home directory** - After installation of the runner, execute **in your home directory**
`gitlab-runner register` `gitlab-runner register`
follow the steps with the url and token given on the `Settings->CI/CD pipeline` of your project on the gitlab page follow the steps with the url and token given on the `Settings->CI/CD pipeline` of your project on the gitlab page
......
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