Skip to content
Snippets Groups Projects
Verified Commit 20a9905e authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

duneci-runner: add anonymous volume for /tmp

gitlab-runner now writes traces to the file system and thus needs to
be able to write somewhere.
parent 6d47dda0
Branches
No related tags found
No related merge requests found
Pipeline #2519 skipped
......@@ -7,6 +7,7 @@ options=(
-d --name gitlab-runner --restart always
--read-only
--stop-signal SIGQUIT
-v /tmp
-v /var/run/docker.sock:/var/run/docker.sock
-v /srv/gitlab-runner/config:/etc/gitlab-runner
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment