diff --git a/Home.md b/Home.md index 79d32cf..386ab26 100644 --- a/Home.md +++ b/Home.md @@ -32,8 +32,12 @@ shutdown_timeout = 0 volumes = ["/cache","/var/run/docker.sock:/var/run/docker.sock"] shm_size = 0 network_mtu = 0 - - + ``` + + + ``` + # gitlab-ci.yml + stages: # List of stages for jobs, and their order of execution - install - build