diff options
-rw-r--r-- | buildbot_gentoo_ci/config/workers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot_gentoo_ci/config/workers.py b/buildbot_gentoo_ci/config/workers.py index 7d13f46..6f27690 100644 --- a/buildbot_gentoo_ci/config/workers.py +++ b/buildbot_gentoo_ci/config/workers.py @@ -90,7 +90,7 @@ def gentoo_workers(worker_data): None, docker_host='tcp://192.168.1.12:2375', image=log_docker_images, - volumes=docker_volumes_repositorys, + #volumes=docker_volumes_repositorys, hostconfig=docker_hostconfig, followStartupLogs=True, masterFQDN='192.168.1.5', |