Merge pull request #11317 from Bo98/ghp-mkpath
github_packages: add missing root mkpath
This commit is contained in:
commit
c1c775e783
@ -260,6 +260,7 @@ class GitHubPackages
|
|||||||
|
|
||||||
root = Pathname("#{formula_name}--#{version_rebuild}")
|
root = Pathname("#{formula_name}--#{version_rebuild}")
|
||||||
FileUtils.rm_rf root
|
FileUtils.rm_rf root
|
||||||
|
root.mkpath
|
||||||
|
|
||||||
if keep_old
|
if keep_old
|
||||||
download(user, token, skopeo, image_uri, root, dry_run: dry_run)
|
download(user, token, skopeo, image_uri, root, dry_run: dry_run)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user