gitlab_runner: Actually use path variable in config volume mount
This commit is contained in:
parent
d98052630f
commit
5b627023e9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ services:
|
|||
mem_limit: 128mb
|
||||
memswap_limit: 256mb
|
||||
volumes:
|
||||
- "./config:/etc/gitlab-runner"
|
||||
- "{{ gitlabrunner_config_location }}:/etc/gitlab-runner"
|
||||
{% if gitlabrunner_mount_docker_socket %}
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue