Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florian Hindenlang
test_gitlabCI
Commits
c64b2a2a
Commit
c64b2a2a
authored
May 17, 2017
by
Alf Koehn
Browse files
Update README.md: account for mpcdf gitlab update (allowing for more recent runner versions)
parent
8f0dfe27
Pipeline
#12581
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c64b2a2a
...
...
@@ -12,9 +12,11 @@ Important things:
## 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
`sudo apt-get install gitlab-ci-multi-runner=1.11.4`
since the mpcdf gitlab version is 8.17
-
Installation of a local runner
[
found here
](
https://docs.gitlab.com/runner/install/
)
be sure to install the version ~~<= 1.11.4~~
compatible with the mpcdf gitlab version (which is 9.1.4 since 15.05.2017), a compatibility chart can be
[
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**
`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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment