fix/nonascii_attributes #69
|  | @ -50,10 +50,6 @@ func getNonAscii(root string) ([]string, error) { | |||
| 			} | ||||
| 		} | ||||
| 
 | ||||
| 		if info.Name() == "healthcheck" { | ||||
| 			return nil | ||||
| 		} | ||||
| 
 | ||||
| 		if gitattrExist { | ||||
| 			relPath, err := filepath.Rel(root, path) | ||||
| 
					
					zzjc123 marked this conversation as resolved
					
						
						
							Outdated
						
					
				 | ||||
| 			if err != nil { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	
and can this healthcheck skip be removed now?
no we can't for now.
what about now?
what do you mean? for now we still need to copy the healthcheck bin into /w to run for test case. I don't now what's the better solution.
oh sorry, I didn't see your commit. I will try it soon.
it got fixed.