mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	Try dind image to solve https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4566
This commit is contained in:
		@@ -46,7 +46,7 @@ variables:
 | 
				
			|||||||
# Prepare stage #
 | 
					# Prepare stage #
 | 
				
			||||||
#################
 | 
					#################
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Precache dependencies:
 | 
					Composer:
 | 
				
			||||||
  stage: prepare
 | 
					  stage: prepare
 | 
				
			||||||
  extends:
 | 
					  extends:
 | 
				
			||||||
    - .vendorCache
 | 
					    - .vendorCache
 | 
				
			||||||
@@ -102,9 +102,9 @@ Codeception:
 | 
				
			|||||||
# Build stage #
 | 
					# Build stage #
 | 
				
			||||||
###############
 | 
					###############
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Docker images:
 | 
					Docker:
 | 
				
			||||||
  stage: build
 | 
					  stage: build
 | 
				
			||||||
  image: docker:19.03.2
 | 
					  image: docker:19.03.9-dind
 | 
				
			||||||
  before_script:
 | 
					  before_script:
 | 
				
			||||||
    - *defineVars
 | 
					    - *defineVars
 | 
				
			||||||
    - *dockerLogin
 | 
					    - *dockerLogin
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user