Remove home directory option#3040
Conversation
Using HOME is causing issues with release service CI. So writing directly to tmp.
PR Compliance Guide 🔍(Compliance updated until commit 06dfeb3)Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label Previous compliance checksCompliance check up to commit 06dfeb3
|
||||||||||||||||||||||||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
User description
Using HOME is causing issues with release service CI. So writing directly to tmp.
PR Type
Bug fix
Description
Remove HOME directory fallback from temp file creation
Write snapshot directly to /tmp instead of HOME
Fixes CI issues with release service environment
Diagram Walkthrough
File Walkthrough
reduce-snapshot.sh
Remove HOME fallback from mktemp commandhack/reduce-snapshot.sh
mktempcommand to write directly to/tmpinstead of using${HOME:-/tmp}fallback