update task gitlab-runner

This commit is contained in:
Clément Desvaux 2023-10-02 11:14:48 +02:00
parent 73c4e296fe
commit c8a672a873

View File

@ -63,7 +63,7 @@
disable_entrypoint_overwrite = false
oom_kill_disable = false
disable_cache = false
volumes = ["/certs/client", "/var/run/docker.sock:/var/run/docker.sock:rw", "/cache", "/builds:/builds"]
volumes = ["/certs/client", "/var/run/docker.sock:/var/run/docker.sock:rw", "/cache:/cache", "/builds:/builds"]
shm_size = 0
pull_policy = ["always", "if-not-present"]
notify: 'gitlab-runner-restart'