mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Remove network call on make clean (#27689)
				
					
				
			fix #27653 credit to silverwind for finding issue
This commit is contained in:
		
							
								
								
									
										1
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
									
									
									
									
								
							| @@ -278,7 +278,6 @@ clean-all: clean | |||||||
|  |  | ||||||
| .PHONY: clean | .PHONY: clean | ||||||
| clean: | clean: | ||||||
| 	$(GO) clean -i ./... |  | ||||||
| 	rm -rf $(EXECUTABLE) $(DIST) $(BINDATA_DEST) $(BINDATA_HASH) \ | 	rm -rf $(EXECUTABLE) $(DIST) $(BINDATA_DEST) $(BINDATA_HASH) \ | ||||||
| 		integrations*.test \ | 		integrations*.test \ | ||||||
| 		e2e*.test \ | 		e2e*.test \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user