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

Commits on Dec 22, 2021

  1. feat(driver): make skein staging directory configurable

    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
    Vishnuprakash Puthiya Kovilakath authored and Vishnuprakash Puthiya Kovilakath committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    ce7ef45 View commit details
    Browse the repository at this point in the history