use build.py in build_devel.sh

old-commit-hash: 8d619e8dd2f63411b6f7da57d41724c84915696b
This commit is contained in:
Adeeb Shihadeh
2021-05-26 20:26:09 -07:00
parent bf9f1f3871
commit c8f01a6728

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"