jenkins: clear commacache dir (#30290)

old-commit-hash: 71a9b2c24c
testing-closet
Adeeb Shihadeh 2 years ago committed by GitHub
parent 99d094a006
commit bf4b441687
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -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…
Cancel
Save