mirror of https://github.com/1okko/openpilot.git
jenkins: cleanup /dev/shm (#31095)
This commit is contained in:
parent
dc9ffd2f10
commit
332a21965d
|
@ -37,6 +37,7 @@ if [ -f /TICI ]; then
|
||||||
|
|
||||||
rm -rf /tmp/tmp*
|
rm -rf /tmp/tmp*
|
||||||
rm -rf ~/.commacache
|
rm -rf ~/.commacache
|
||||||
|
rm -rf /dev/shm/*
|
||||||
|
|
||||||
if ! systemctl is-active --quiet systemd-resolved; then
|
if ! systemctl is-active --quiet systemd-resolved; then
|
||||||
echo "restarting resolved"
|
echo "restarting resolved"
|
||||||
|
|
Loading…
Reference in New Issue