mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-14 05:42:13 +08:00
CI: fix no DNS after tests killed (#29090)
* CI: fix no DNS after tests killed * fix old-commit-hash: e8b20b7f81ff612450b03fbc924506d3d37589f1
This commit is contained in:
Vendored
+6
@@ -18,6 +18,12 @@ export GIT_SSH_COMMAND="ssh -i /data/gitkey"
|
||||
source ~/.bash_profile
|
||||
if [ -f /TICI ]; then
|
||||
source /etc/profile
|
||||
|
||||
if ! systemctl is-active --quiet systemd-resolved; then
|
||||
echo "restarting resolved"
|
||||
sudo systemctl start systemd-resolved
|
||||
sleep 3
|
||||
fi
|
||||
fi
|
||||
if [ -f /data/openpilot/launch_env.sh ]; then
|
||||
source /data/openpilot/launch_env.sh
|
||||
|
||||
Reference in New Issue
Block a user