fix(ci): increase maximum number of open file descriptors
This commit is contained in:
		
							parent
							
								
									a6e684198d
								
							
						
					
					
						commit
						cd0e34de3c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -18,7 +18,7 @@ before_script: | |||
|   - source environment | ||||
|   - docker pull "$CI_REGISTRY_IMAGE" || true | ||||
|   - | | ||||
|       docker build --cache-from "$CI_REGISTRY_IMAGE" --pull | ||||
|       docker build --ulimit nofile=9000 --cache-from "$CI_REGISTRY_IMAGE" --pull | ||||
|       --build-arg "BASE=$BASE" | ||||
|       --build-arg "LDAP_PLUGIN_URL=$LDAP_PLUGIN_URL" | ||||
|       --build-arg login_text="${LOGIN_TEXT}" | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue