Cloning into '/builds/root/test-project'...
fatal: unable to access 'https://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@holyxlat.com/root/test-project.git/': Failed to connect to holyxlat.com port 443: Connection refused
/bin/bash: line 69: cd: /builds/root/test-project: No such file or directory
$ ifconfig -a
docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255
inet6 fe80::42:91ff:fe0c:ada6 prefixlen 64 scopeid 0x20<link>
ether 02:42:91:0c:ad:a6 txqueuelen 0 (Ethernet)
RX packets 15 bytes 2171 (2.1 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 112 bytes 22834 (22.8 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
$ vi /etc/gitlab-runner/config.toml
[[runners]]
name = "test-runner"
url = "https://holyxlat.com"
token = "gpp2ahsxs8xkB4AeZZxX"
executor = "docker"
[runners.docker]
tls_verify = false
image = "java:8"
privileged = true
disable_entrypoint_overwrite = false
oom_kill_disable = false
disable_cache = false
volumes = ["/var/run/docker.sock:/var/run/docker.sock","/cache"]
shm_size = 0
extra_hosts = ["holyxlat.com:127.0.0.1","holyxlat.com:172.17.0.1"]
댓글 없음:
댓글 쓰기