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

feat(driver): make skein staging directory configurable #238

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pkvprakash
Copy link

This change introduces an environment variable SKEIN_STAGING_DIR
to the Driver. If the variable is set, Driver will use the value
to create the staging directory. If the variable is not set, the
Driver falls back to fs.getHomeDir() to create the staging
directory.

Closes #237

This change introduces an environment variable SKEIN_STAGING_DIR
to the Driver. If the variable is set, Driver will use the value
to create the staging directory. If the variable is not set, the
Driver falls back to fs.getHomeDir() to create the staging
directory.

Closes jcrist#237
@pkvprakash pkvprakash marked this pull request as draft January 3, 2022 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Skein staging directory should be configurable
1 participant