unmount overlay in jenkins setup

old-commit-hash: af9091c8c4
commatwo_master
Adeeb Shihadeh 4 years ago
parent 55d3871a5e
commit 91a2f9041b
  1. 3
      selfdrive/test/setup_device_ci.sh

@ -15,6 +15,9 @@ if [ -z "$TEST_DIR" ]; then
exit 1
fi
umount /data/safe_staging/merged/ || true
sudo umount /data/safe_staging/merged/ || true
if [ -f "/EON" ]; then
rm -rf /data/core
rm -rf /data/neoupdate

Loading…
Cancel
Save