fix 'openpilot' symlink being created in release branches

old-commit-hash: 9b6864b31a
commatwo_master
Adeeb Shihadeh 5 years ago
parent fb4bdf8c24
commit 16b4216a40
  1. 2
      release/build_release2.sh

@ -41,7 +41,7 @@ rm -rf /data/openpilot/pandaextra
popd
# Build stuff
ln -sf /data/openpilot /data/pythonpath
ln -sfn /data/openpilot /data/pythonpath
export PYTHONPATH="/data/openpilot:/data/openpilot/pyextra"
SCONS_CACHE=1 scons -j3
nosetests -s selfdrive/test/test_openpilot.py

Loading…
Cancel
Save