skip downloading the Cypress binary on Docker
This commit is contained in:
		
							parent
							
								
									6836896a41
								
							
						
					
					
						commit
						b246a45149
					
				@ -2,6 +2,7 @@ FROM node:12-buster-slim AS builder
 | 
			
		||||
 | 
			
		||||
ARG commitHash
 | 
			
		||||
ENV DOCKER_COMMIT_HASH=${commitHash}
 | 
			
		||||
ENV CYPRESS_INSTALL_BINARY=0
 | 
			
		||||
 | 
			
		||||
WORKDIR /build
 | 
			
		||||
COPY . .
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user