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

fix(serverless): assets directory not deleting on undeploys #183

Merged
merged 1 commit into from
Oct 15, 2022

Conversation

QuiiBz
Copy link
Member

@QuiiBz QuiiBz commented Oct 15, 2022

About

Fix a bug where the assets folder wasn't deleted on undeploys, because we used fs::rm_dir instead of fs::rm_dir_all. The former only rm if the directory is empty, but we don't care and always want to delete the whole directory.

@QuiiBz QuiiBz enabled auto-merge (squash) October 15, 2022 17:38
@QuiiBz QuiiBz merged commit 2830c24 into main Oct 15, 2022
@QuiiBz QuiiBz deleted the fix/serverless-rmdir branch October 15, 2022 17:45
@QuiiBz QuiiBz mentioned this pull request Oct 15, 2022
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.

1 participant