Merge pull request #41 from cerc-io/dboreham/update-config

Update config to remove warning in runner log
This commit is contained in:
David Boreham 2023-05-25 16:31:10 +08:00 committed by GitHub
commit 45087d9de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,8 +42,6 @@ cache:
port: 0
container:
# Which network to use for the job containers. Could be bridge, host, none, or the name of a custom network.
network_mode: bridge
# Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-Docker).
privileged: true
# And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway).