mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-23 23:12:04 +08:00
jenkins: source launch_env.sh (#28092)
* jenkins: source launch_env.sh * cleanup * cleanup
This commit is contained in:
Vendored
+4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user