Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Build] Continue after mkdir when extracting directory #3192

Merged
merged 2 commits into from
Mar 10, 2024

Conversation

TomerShor
Copy link
Contributor

When extracting an archive, we iterate over the files in archive using the archiver package.
archiver.File can also be a directory. If so, we only want to create the directory in the target path and continue extracting the rest of the files.

@liranbg liranbg merged commit 1a52e2e into nuclio:development Mar 10, 2024
11 checks passed
@TomerShor TomerShor deleted the bugfix/archive-mkdir branch March 10, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants