Skip to content
Snippets Groups Projects
Commit e69999c0 authored by Erik-jan Riemers's avatar Erik-jan Riemers Committed by GitHub
Browse files

Add docker volumes var

parent 33d102f5
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
--tag-list '{{ gitlab_runner_tags | join(",") }}' --tag-list '{{ gitlab_runner_tags | join(",") }}'
--executor '{{ gitlab_runner_executor }}' --executor '{{ gitlab_runner_executor }}'
--docker-image '{{ gitlab_runner_docker_image }}' --docker-image '{{ gitlab_runner_docker_image }}'
--docker-volumes [ "{{ gitlab_runner_docker_volumes | join('", "') }}" ]
--ssh-user '{{gitlab_runner_ssh_user}}' --ssh-user '{{gitlab_runner_ssh_user}}'
--ssh-host '{{gitlab_runner_ssh_host}}' --ssh-host '{{gitlab_runner_ssh_host}}'
--ssh-port '{{gitlab_runner_ssh_port}}' --ssh-port '{{gitlab_runner_ssh_port}}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment