Skip to content

Commit

Permalink
remove manifests dir check (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonzElmasry authored Aug 26, 2020
1 parent aec06f4 commit e333089
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/bootstrap/stage.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@ func releaseName(ref name.Reference) string {
}

func extractFromDir(dir, prefix string, img v1.Image, imgName string) error {
if dirExists(dir) {
return nil
}

if err := os.MkdirAll(filepath.Dir(dir), 0755); err != nil {
return err
}
Expand Down

0 comments on commit e333089

Please sign in to comment.