We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628c160 commit 34f0da0Copy full SHA for 34f0da0
templates/etc/gitlab-runner/config.toml.j2
@@ -308,6 +308,9 @@ concurrent = {{ gitlab_runner__concurrent }}
308
{% if gitlab_runner__tpl_docker_allowed_services %}
309
allowed_services = [ "{{ gitlab_runner__tpl_docker_allowed_services | join('", "') }}" ]
310
{% endif %}
311
+{% if runner.docker_pull_policy|d() %}
312
+ pull_policy = "{{ runner.docker_pull_policy }}"
313
+{% endif %}
314
315
{% if ((runner.executor|d() and runner.executor in [ 'parallels' ]) or
316
(gitlab_runner__executor in [ 'parallels' ])) %}
0 commit comments