mirror of https://github.com/1okko/openpilot.git
jenkins: clear commacache dir (#30290)
This commit is contained in:
parent
59e947dc6c
commit
71a9b2c24c
|
@ -21,6 +21,8 @@ source ~/.bash_profile
|
|||
if [ -f /TICI ]; then
|
||||
source /etc/profile
|
||||
|
||||
rm -rf ~/.commacache
|
||||
|
||||
if ! systemctl is-active --quiet systemd-resolved; then
|
||||
echo "restarting resolved"
|
||||
sudo systemctl start systemd-resolved
|
||||
|
|
Loading…
Reference in New Issue