jenkins: clear commacache dir (#30290)

old-commit-hash: 71a9b2c24c4a23a7b6d0ed3911076be373436bda
This commit is contained in:
Adeeb Shihadeh
2023-10-18 19:37:29 -07:00
committed by GitHub
parent 99d094a006
commit bf4b441687

2
Jenkinsfile vendored
View File

@@ -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