Update the directories required for cache so it works on windows#125
Update the directories required for cache so it works on windows#125marboledacci merged 7 commits intomasterfrom
Conversation
|
Your development orb has been published. It will expire in 30 days. |
|
Your development orb has been published. It will expire in 30 days. |
1fe33c8 to
7df7569
Compare
|
Your development orb has been published. It will expire in 30 days. |
|
Your development orb has been published. It will expire in 30 days. |
1 similar comment
|
Your development orb has been published. It will expire in 30 days. |
|
Your orb has been published to the CircleCI Orb Registry. |
|
Thanks for your contribution. Unfortunately adding the folder relatively makes them part of the app path which taints the current git repo. In my config I have now untracked files: Do you think it would be possible to parametrize the temp folder so that it's possible to choose where it's stored? |
|
@pcorpet that should be possible, please create an issue so I can keep a better track of it. |
Resolve #123
The current directory to save the
python-cacheandlockfilefile is /tmp. This causes problems on windows as the directory doesn't exist. I'm updating this to use a relative path instead so windows can find the files.