needs to be a real release branch name for the tests

This commit is contained in:
Adeeb Shihadeh
2026-05-29 11:48:09 -07:00
parent 069b912056
commit 4df40d2c19
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ if [ -z "$RELEASE_BRANCH" ]; then
exit 1
fi
BUILD_BRANCH=release-build
BUILD_BRANCH=release-mici-staging
# set git identity
-7
View File
@@ -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