mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-15 11:02:06 +08:00
needs to be a real release branch name for the tests
This commit is contained in:
@@ -16,7 +16,7 @@ if [ -z "$RELEASE_BRANCH" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
BUILD_BRANCH=release-build
|
||||
BUILD_BRANCH=release-mici-staging
|
||||
|
||||
|
||||
# set git identity
|
||||
|
||||
@@ -48,13 +48,6 @@ while true; do
|
||||
if ! sudo systemctl is-active -q ssh; then
|
||||
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
|
||||
|
||||
sleep 5s
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user