Dimitri Merejkowsky
					
					5 years ago
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 6BF3C7EA7C2D64EC
				  	
				  
				
			
		
		
		
	
		
			
			 1 changed files with 
4 additions and 
2 deletions
			
		 
		
			
				- 
					
					
					 
					.gitlab-ci.yml
				
 
			
		
		
			
				
					
					
						
							
								
									
										
											
												
	
		
			
				| 
				
				
				
				 | 
			
			 | 
			@@ -1,9 +1,8 @@ | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			image: python:latest | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			before_script: | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  - pip install poetry | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  - poetry config virtualenvs.in-project = true | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			pages: | 
		
		
	
	
		
			
				| 
				
				
				
					
				
				 | 
			
			 | 
			@@ -15,5 +14,8 @@ pages: | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  artifacts: | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    paths: | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			      - public | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  cache: | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    paths: | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			      - cours/.venv | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			  only: | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    - master |