fix build in master_ci (#33900)

fix
This commit is contained in:
Maxime Desroches
2024-10-31 10:46:34 -07:00
committed by GitHub
parent 3e1e9892a0
commit 366d6abeb1

View File

@@ -50,7 +50,7 @@ git commit -a -m "openpilot v$VERSION release"
export PYTHONPATH="$BUILD_DIR"
scons -j$(nproc) --minimal
if [ -z "PANDA_DEBUG_BUILD" ]; then
if [ -z "$PANDA_DEBUG_BUILD" ]; then
# release panda fw
CERT=/data/pandaextra/certs/release RELEASE=1 scons -j$(nproc) panda/
else