/ ‘gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml’

This commit is contained in:
Dooho Yi 2020-04-12 16:59:56 +09:00
parent 99911e7df9
commit f8888dbd02

View file

@ -26,7 +26,7 @@ check_interval = 0
disable_cache = false disable_cache = false
volumes = ["/home/admin/pelican-themes/:/themes", "/var/www/webapp_doohoyi/nosignal.hopto.org_site/ci:/site-public:rw"] volumes = ["/home/admin/pelican-themes/:/themes", "/var/www/webapp_doohoyi/nosignal.hopto.org_site/ci:/site-public:rw"]
shm_size = 0 shm_size = 0
network_mode = "host" network_mode = "host" # check your network name with 'docker network ls' --> https://stackoverflow.com/a/50461875
[runners.cache] [runners.cache]
[runners.cache.s3] [runners.cache.s3]
[runners.cache.gcs] [runners.cache.gcs]