remove files on check update
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
505bd34781
commit
fefe6e35cc
2 changed files with 4 additions and 0 deletions
|
@ -5,3 +5,5 @@ source ../.util.sh
|
|||
update_github_tag rancher/k3s
|
||||
|
||||
[ $? -eq 0 ] && update_pkg
|
||||
|
||||
find -type f -exec grep -IL . "{}" \; | xargs rm
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue