Skip to content
Snippets Groups Projects
Commit 40123b23 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files
parent 056a7a14
Branches
Tags
No related merge requests found
...@@ -78,6 +78,10 @@ The config file is automatically migrated when GitLab Runner was installed from ...@@ -78,6 +78,10 @@ The config file is automatically migrated when GitLab Runner was installed from
* [See security considerations](docs/security/index.md) * [See security considerations](docs/security/index.md)
* [Example configuration running the GitLab CE integration tests](docs/examples/gitlab.md) * [Example configuration running the GitLab CE integration tests](docs/examples/gitlab.md)
### Cleaning docker images automatically
* [GitLab Runner Docker Cleanup tool](https://gitlab.com/gitlab-org/gitlab-runner-docker-cleanup)
### Extra projects? ### Extra projects?
If you want to add another project, token or image simply RE-RUN SETUP. If you want to add another project, token or image simply RE-RUN SETUP.
......
...@@ -32,5 +32,6 @@ func userModeWarning(withRun bool) { ...@@ -32,5 +32,6 @@ func userModeWarning(withRun bool) {
} }
logrus.Warningln("Use sudo for system-mode:") logrus.Warningln("Use sudo for system-mode:")
logrus.Warningln("$ sudo gitlab-runner...") logrus.Warningln("$ sudo gitlab-runner...")
logrus.Warningln("")
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment