jenkins: clear commacache dir (#30290)

pull/30292/head
Adeeb Shihadeh 2 years ago committed by GitHub
parent 59e947dc6c
commit 71a9b2c24c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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