jenkins: source launch_env.sh (#28092)

* jenkins: source launch_env.sh

* cleanup

* cleanup
This commit is contained in:
Adeeb Shihadeh
2023-05-03 14:26:38 -07:00
committed by GitHub
parent bb3388f9d2
commit b37b768f1e
Vendored
+4
View File
@@ -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