forked from cccb-website-team/www
		
	Update .gitlab-ci.yml: public/ needs caching, not static/
This commit is contained in:
		
							parent
							
								
									e7cab26ded
								
							
						
					
					
						commit
						f89300888e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -6,7 +6,7 @@ stages:
 | 
				
			||||||
cache:
 | 
					cache:
 | 
				
			||||||
  paths:
 | 
					  paths:
 | 
				
			||||||
    - ~/.cache/pip/
 | 
					    - ~/.cache/pip/
 | 
				
			||||||
    - static/
 | 
					    - public/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
variables:
 | 
					variables:
 | 
				
			||||||
  GIT_SUBMODULE_STRATEGY: recursive
 | 
					  GIT_SUBMODULE_STRATEGY: recursive
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue