mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 23:33:58 +08:00
jenkins: disable ciui for now
This commit is contained in:
@@ -43,11 +43,11 @@ while true; do
|
||||
sudo systemctl start ssh
|
||||
fi
|
||||
|
||||
if ! pgrep -f 'ciui.py' > /dev/null 2>&1; then
|
||||
echo 'starting UI'
|
||||
cp $SOURCE_DIR/selfdrive/test/ciui.py /data/
|
||||
/data/ciui.py &
|
||||
fi
|
||||
#if ! pgrep -f 'ciui.py' > /dev/null 2>&1; then
|
||||
# echo 'starting UI'
|
||||
# cp $SOURCE_DIR/selfdrive/test/ciui.py /data/
|
||||
# /data/ciui.py &
|
||||
#fi
|
||||
|
||||
sleep 5s
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user