jenkins: clear commacache dir (#30290)

This commit is contained in:
Adeeb Shihadeh 2023-10-18 19:37:29 -07:00 committed by GitHub
parent 59e947dc6c
commit 71a9b2c24c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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