chore(healthcheck): remove tmp fix of stdout & stderr file
All checks were successful
submodules sync / sync (push) Successful in 1m2s
build / build (push) Successful in 2m39s
build / trigger-build-image (push) Successful in 12s

This commit is contained in:
张泊明518370910136 2025-03-22 05:41:30 -04:00
parent 1df6bf57df
commit 63a4636341
GPG Key ID: D47306D7062CDA9D

View File

@ -37,10 +37,6 @@ func getForbiddens(root string) ([]string, error) {
if err != nil { if err != nil {
return err return err
} }
// TODO: remove this temporary fix for stdout and stderr
if relPath == "stdout" || relPath == "stderr" {
return nil
}
match := ignore.Relative(relPath, true) match := ignore.Relative(relPath, true)
// Check if the relative file path should be ignored based on the .gitignore rules // Check if the relative file path should be ignored based on the .gitignore rules