We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccb281 commit 3164ebbCopy full SHA for 3164ebb
templates/config.toml.j2
@@ -168,7 +168,7 @@ sentry_dsn = "{{ gitlab_runner_sentry_dsn }}"
168
{% if gitlab_runner.virtualbox_disable_snapshots is defined %}
169
disable_snapshots = {{ gitlab_runner.virtualbox_disable_snapshots | default(false) | lower }}
170
{% endif %}
171
-#### [runners.custom_build_dir] section #####
+{#### [runners.custom_build_dir] section #####}
172
{% if gitlab_runner.custom_build_dir_enabled is defined %}
173
[runners.custom_build_dir]
174
enabled = {{ gitlab_runner.custom_build_dir_enabled | default(false) | lower }}
0 commit comments