remove files on check update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nyyu 2021-11-14 09:09:22 +01:00
parent 505bd34781
commit fefe6e35cc
2 changed files with 4 additions and 0 deletions

View file

@ -5,3 +5,5 @@ source ../.util.sh
update_github_tag rancher/k3s
[ $? -eq 0 ] && update_pkg
find -type f -exec grep -IL . "{}" \; | xargs rm