feat + fix: replace domain name with nstest to nstart, Sychev Nikita modified runner config and fix problems with it, add cert for ssl (https) interaction
This commit is contained in:
@@ -6,8 +6,8 @@ shutdown_timeout = 0
|
||||
session_timeout = 1800
|
||||
|
||||
[[runners]]
|
||||
name = "docker-nstest"
|
||||
url = "http://gitlab-ce:8081"
|
||||
name = "docker-nstart"
|
||||
url = "https://git.nstart.local"
|
||||
id = 1
|
||||
token = ""
|
||||
token_obtained_at = 2025-11-01T14:59:32Z
|
||||
@@ -25,7 +25,8 @@ shutdown_timeout = 0
|
||||
disable_entrypoint_overwrite = false
|
||||
oom_kill_disable = false
|
||||
disable_cache = false
|
||||
volumes = ["/home/ivan/docker/git/git-data/gitlab-runner/config/repo.nstart.local.crt:/etc/docker/certs.d/repo.nstart.local/ca.crt:ro", "/cache"]
|
||||
volumes = ["/root/gitlab/git-data/gitlab-runner/config/repo.nstart.local.crt:/etc/docker/certs.d/repo.nstart.local/ca.crt:ro", "/cache"]
|
||||
shm_size = 0
|
||||
network_mtu = 0
|
||||
extra_hosts = ["gitlab.nstest.local:192.168.103.13"]
|
||||
extra_hosts = ["git.nstart.local:192.168.100.202"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user