remove ~/source after each AUR build
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
25128f3bdd
commit
377101beee
1 changed files with 2 additions and 0 deletions
|
@ -20,11 +20,13 @@ mkdir ./paru
|
|||
cd ./paru
|
||||
zbuilder.sh paru
|
||||
cd ..
|
||||
rm -rf ~/source
|
||||
|
||||
mkdir ./fjordlauncher-unlocked
|
||||
cd ./fjordlauncher-unlocked
|
||||
zbuilder.sh fjordlauncher-unlocked
|
||||
cd ..
|
||||
rm -rf ~/source
|
||||
|
||||
cd /repo/
|
||||
rm -rf ./tmp/arch-workdir
|
||||
|
|
Loading…
Reference in a new issue