You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -458,6 +458,7 @@ Made with [contributors-img](https://contrib.rocks).
458
458
| <aname="input_runners_add_dind_volumes"></a> [runners\_add\_dind\_volumes](#input\_runners\_add\_dind\_volumes)| Add certificates and docker.sock to the volumes to support docker-in-docker (dind) |`bool`|`false`| no |
459
459
| <aname="input_runners_additional_volumes"></a> [runners\_additional\_volumes](#input\_runners\_additional\_volumes)| Additional volumes that will be used in the runner config.toml, e.g Docker socket |`list(any)`|`[]`| no |
460
460
| <aname="input_runners_check_interval"></a> [runners\_check\_interval](#input\_runners\_check\_interval)| defines the interval length, in seconds, between new jobs check. |`number`|`3`| no |
461
+
| <aname="input_runners_clone_url"></a> [runners\_clone\_url](#input\_runners\_clone\_url)| Overwrites the URL for the GitLab instance. Use only if the runner can’t connect to the GitLab URL. |`string`|`""`| no |
461
462
| <aname="input_runners_concurrent"></a> [runners\_concurrent](#input\_runners\_concurrent)| Concurrent value for the runners, will be used in the runner config.toml. |`number`|`10`| no |
462
463
| <aname="input_runners_disable_cache"></a> [runners\_disable\_cache](#input\_runners\_disable\_cache)| Runners will not use local cache, will be used in the runner config.toml |`bool`|`false`| no |
463
464
| <aname="input_runners_docker_registry_mirror"></a> [runners\_docker\_registry\_mirror](#input\_runners\_docker\_registry\_mirror)| The docker registry mirror to use to avoid rate limiting by hub.docker.com |`string`|`""`| no |
0 commit comments