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

View File

@ -11,3 +11,5 @@ sed -i "s/_version=.*/_version=${array[0]}/" PKGBUILD
sed -i "s/_patch=.*/_patch=${array[1]}/" PKGBUILD
update_pkg
rm nexus-*.tar.gz