fetch_ml/scripts/dev
Jeremie Fraeys bff2336db2
fix(smoke-test): use temp directory for smoke test data
Use /tmp for smoke test data to avoid file sharing issues on macOS/Colima:

- smoke-test.sh: Create temp dir with mktemp, export SMOKE_TEST_DATA_DIR
- docker-compose.dev.yml: Use SMOKE_TEST_DATA_DIR with fallback to data/dev
- Remove file sharing permission checks (no longer needed with tmp)

This avoids Docker Desktop/Colima file sharing permission issues entirely
by using a system temp directory that's always accessible.
2026-02-24 11:37:45 -05:00
..
detect-native.go chore(scripts): Update CI, dev, release, and testing scripts 2026-02-23 14:13:55 -05:00
manage-artifacts.sh refactor: reorganize scripts into categorized structure 2026-02-18 17:56:59 -05:00
setup-monitoring.py chore: move detect_native.go and setup_monitoring.py to dev/ 2026-02-18 17:57:57 -05:00
smoke-test.sh fix(smoke-test): use temp directory for smoke test data 2026-02-24 11:37:45 -05:00