jenkins: source launch_env.sh (#28092)

* jenkins: source launch_env.sh

* cleanup

* cleanup
old-commit-hash: b37b768f1e
beeps
Adeeb Shihadeh 2 years ago committed by GitHub
parent c8de368187
commit 18e37de389
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

@ -20,6 +20,10 @@ if [ -f /TICI ]; then
source /etc/profile
fi
if [ -d /data/openpilot ]; then
source /data/openpilot/launch_env.sh
fi
ln -snf ${env.TEST_DIR} /data/pythonpath
cd ${env.TEST_DIR} || true

Loading…
Cancel
Save