Skip to content

Commit f15e2dd

Browse files
authored
Merge pull request #14 from jsl6ul/patch-1
Update runner template to set ‘Environment’ variable.
2 parents 40d4b43 + 2cc764d commit f15e2dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/runner.toml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% endif %}
99
executor = "docker"
1010
output_limit = {{ gitlab_runner_output_limit }}
11-
environment = []
11+
environment = {{ item.environment | default('[]') }}
1212
[runners.custom_build_dir]
1313
[runners.cache]
1414
[runners.cache.s3]

0 commit comments

Comments
 (0)