gitlab-runner: fix broken cache config
This commit is contained in:
		
							parent
							
								
									1d7c1bf0e9
								
							
						
					
					
						commit
						22dc422b63
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -42,8 +42,8 @@ in
 | 
				
			||||||
      "/tmp:/tmp"
 | 
					      "/tmp:/tmp"
 | 
				
			||||||
      "/var/run/docker.sock:/var/run/docker.sock"
 | 
					      "/var/run/docker.sock:/var/run/docker.sock"
 | 
				
			||||||
      "/var/lib/docker/containers:/var/lib/docker/containers"
 | 
					      "/var/lib/docker/containers:/var/lib/docker/containers"
 | 
				
			||||||
      "/cache"
 | 
					 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
 | 
					    dockerDisableCache = true;
 | 
				
			||||||
    preBuildScript = "\". ${lib.getExe installNixScript}\"";
 | 
					    preBuildScript = "\". ${lib.getExe installNixScript}\"";
 | 
				
			||||||
    environmentVariables = {
 | 
					    environmentVariables = {
 | 
				
			||||||
      ENV = "/etc/profile";
 | 
					      ENV = "/etc/profile";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue