|
|
@ -32,7 +32,11 @@ shutdown_timeout = 0
|
|
|
|
volumes = ["/cache","/var/run/docker.sock:/var/run/docker.sock"]
|
|
|
|
volumes = ["/cache","/var/run/docker.sock:/var/run/docker.sock"]
|
|
|
|
shm_size = 0
|
|
|
|
shm_size = 0
|
|
|
|
network_mtu = 0
|
|
|
|
network_mtu = 0
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
# gitlab-ci.yml
|
|
|
|
|
|
|
|
|
|
|
|
stages: # List of stages for jobs, and their order of execution
|
|
|
|
stages: # List of stages for jobs, and their order of execution
|
|
|
|
- install
|
|
|
|
- install
|
|
|
|