Skip to content

Commit

Permalink
Update project/{{ cookiecutter.__folder_name }}/devops/README-GITLAB.md
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Piercy <[email protected]>
  • Loading branch information
erral and stevepiercy authored Nov 11, 2024
1 parent 92b10f2 commit c185d1c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ If you use your own runners, you will need to configure your runners to do "Dock

A GitLab runner configuration like this works out of the box. Perhaps this is not the most secure setup, but it works.

[Register a runner](https://docs.gitlab.com/runner/register/) in one of your servers, and then modify its configuration (check `/etc/gitlab-runner/config.toml`):
[Register a runner](https://docs.gitlab.com/runner/register/) in one of your servers.
Then modify its configuration file `/etc/gitlab-runner/config.toml` as needed.

```toml
concurrent = 1
Expand Down

0 comments on commit c185d1c

Please sign in to comment.