Merge branch 'move-assets-compile-sooner' into 'master'
Move cloud-native-image to the post-test stage Closes charts/gitlab#897 See merge request gitlab-org/gitlab-ce!22942
This commit is contained in:
		
						commit
						28e3a90be8
					
				| 
						 | 
					@ -321,7 +321,7 @@ cloud-native-image:
 | 
				
			||||||
  image: ruby:2.5-alpine
 | 
					  image: ruby:2.5-alpine
 | 
				
			||||||
  before_script: []
 | 
					  before_script: []
 | 
				
			||||||
  dependencies: []
 | 
					  dependencies: []
 | 
				
			||||||
  stage: test
 | 
					  stage: post-test
 | 
				
			||||||
  allow_failure: true
 | 
					  allow_failure: true
 | 
				
			||||||
  variables:
 | 
					  variables:
 | 
				
			||||||
    GIT_DEPTH: "1"
 | 
					    GIT_DEPTH: "1"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue