зеркало из https://github.com/microsoft/docker.git
Merge pull request #33860 from lixiaobing1/masterFclose
add f.Close() after dockerignore.ReadAll(f) before return err
This commit is contained in:
Коммит
e066edcfcf
|
@ -131,6 +131,7 @@ func removeDockerfile(c modifiableContext, filesToRemove ...string) error {
|
|||
}
|
||||
excludes, err := dockerignore.ReadAll(f)
|
||||
if err != nil {
|
||||
f.Close()
|
||||
return err
|
||||
}
|
||||
f.Close()
|
||||
|
|
Загрузка…
Ссылка в новой задаче