Skip to content

Commit

Permalink
fix build in master_ci (#33900)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
maxime-desroches authored Oct 31, 2024
1 parent 3e1e989 commit 366d6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 366d6ab

Please sign in to comment.