Something went wrong on our end
-
Harold Barker authoredbff021ff
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
global-setup.yml 188 B
---
- name: Set concurrent option
lineinfile:
dest: /etc/gitlab-runner/config.toml
regexp: ^concurrent =
line: concurrent = {{ gitlab_runner_concurrent }}
state: present