remove cargo cache for now, not enough disk space on my poverty ci vps
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							parent
							
								
									5d98fb8cc9
								
							
						
					
					
						commit
						926483b6de
					
				@ -12,8 +12,6 @@ steps:
 | 
				
			|||||||
  volumes:
 | 
					  volumes:
 | 
				
			||||||
  - name: cache
 | 
					  - name: cache
 | 
				
			||||||
    path: /usr/local/cargo
 | 
					    path: /usr/local/cargo
 | 
				
			||||||
  - name: target-cache
 | 
					 | 
				
			||||||
    path: /drone/src/target
 | 
					 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - cargo build
 | 
					  - cargo build
 | 
				
			||||||
- name: clippy!
 | 
					- name: clippy!
 | 
				
			||||||
@ -21,8 +19,6 @@ steps:
 | 
				
			|||||||
  volumes:
 | 
					  volumes:
 | 
				
			||||||
  - name: cache
 | 
					  - name: cache
 | 
				
			||||||
    path: /usr/local/cargo
 | 
					    path: /usr/local/cargo
 | 
				
			||||||
  - name: target-cache
 | 
					 | 
				
			||||||
    path: /drone/src/target
 | 
					 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - cargo clippy -- --deny warnings
 | 
					  - cargo clippy -- --deny warnings
 | 
				
			||||||
- name: test
 | 
					- name: test
 | 
				
			||||||
@ -30,8 +26,6 @@ steps:
 | 
				
			|||||||
  volumes:
 | 
					  volumes:
 | 
				
			||||||
  - name: cache
 | 
					  - name: cache
 | 
				
			||||||
    path: /usr/local/cargo
 | 
					    path: /usr/local/cargo
 | 
				
			||||||
  - name: target-cache
 | 
					 | 
				
			||||||
    path: /drone/src/target
 | 
					 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - cargo test --jobs 1
 | 
					  - cargo test --jobs 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user