use build.py in build_devel.sh

pull/21053/head
Adeeb Shihadeh 2021-05-26 20:26:09 -07:00
parent e1d7a1af10
commit 8d619e8dd2
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ git status
git commit -a -m "openpilot v$VERSION release"
# Run build
SCONS_CACHE=1 scons -j3
selfdrive/manager/build.py
if [ ! -z "$CI_PUSH" ]; then
echo "[-] Pushing to $CI_PUSH T=$SECONDS"