mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 10:44:12 +01:00 
			
		
		
		
	build failed by deleting release by API (#562)
This commit is contained in:
		
							parent
							
								
									4b0974ec10
								
							
						
					
					
						commit
						51021585a7
					
				@ -178,7 +178,7 @@ func DeleteRelease(ctx *context.APIContext) {
 | 
			
		||||
		ctx.Status(404)
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
	if err := models.DeleteReleaseByID(id, ctx.User); err != nil {
 | 
			
		||||
	if err := models.DeleteReleaseByID(id, ctx.User, false); err != nil {
 | 
			
		||||
		ctx.Error(500, "DeleteReleaseByID", err)
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user