Skip to content

Commit

Permalink
runner: adding configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoulard committed Nov 27, 2019
1 parent 82e99dd commit 074e6d8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions gitlab/runner/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
concurrent = 10
check_interval = 1
log_format = "json"
log_level = "warning"

[[runners]]
url = "http://gitlab/"
name = "runner #1"
limit = 0
executor = "docker"
environment = ["ENV=value", "LC_ALL=en_US.UTF-8"]
[runners.docker]
image = "ubuntu:19.04"

0 comments on commit 074e6d8

Please sign in to comment.