mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
switch to copy in base
This commit is contained in:
@@ -93,7 +93,7 @@ func (c *BuildContext) Build() (err error) {
|
||||
buildDir = filepath.Join(buildDir, "images", "base")
|
||||
|
||||
} else {
|
||||
err = fs.CopyDir(c.sourceDir, buildDir)
|
||||
err = fs.Copy(c.sourceDir, buildDir)
|
||||
if err != nil {
|
||||
log.Errorf("failed to copy sources to build dir %v", err)
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user