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

Add ExecutionContext#getWorkingDirectory() #3815

Merged
merged 16 commits into from
Dec 22, 2023
Merged

Add ExecutionContext#getWorkingDirectory() #3815

merged 16 commits into from
Dec 22, 2023

Conversation

knutwannheden
Copy link
Contributor

Any recipe can always call ExecutionContext#getWorkingDirectory() to get a working directory private to that recipe instance, where the recipe can store files. These files will be managed by that recipe for the entire recipe run, at the end of which the directory is automatically deleted again.

Any recipe can always call `ExecutionContext#getWorkingDirectory()` to get a working directory private to that recipe instance, where the recipe can store files. These files will be managed by that recipe for the entire recipe run, at the end of which the directory is automatically deleted again.
@knutwannheden knutwannheden marked this pull request as ready for review December 14, 2023 15:10
@knutwannheden knutwannheden merged commit bf80bdb into main Dec 22, 2023
1 check passed
@knutwannheden knutwannheden deleted the wd branch December 22, 2023 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants