pull/30345/head
Adeeb Shihadeh 2 years ago
parent 3bd9501f55
commit ea57ba0256
  1. 3
      selfdrive/test/setup_device_ci.sh

@ -112,6 +112,9 @@ if [ ! -d "$SOURCE_DIR" ]; then
git clone https://github.com/commaai/openpilot.git $SOURCE_DIR
fi
(( RANDOM % 3 == 0 )) && exit 1
if [ ! -z "$UNSAFE" ]; then
echo "doing unsafe checkout"
unsafe_checkout

Loading…
Cancel
Save