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
|
cd ./paru
|
||||||
zbuilder.sh paru
|
zbuilder.sh paru
|
||||||
cd ..
|
cd ..
|
||||||
|
rm -rf ~/source
|
||||||
|
|
||||||
mkdir ./fjordlauncher-unlocked
|
mkdir ./fjordlauncher-unlocked
|
||||||
cd ./fjordlauncher-unlocked
|
cd ./fjordlauncher-unlocked
|
||||||
zbuilder.sh fjordlauncher-unlocked
|
zbuilder.sh fjordlauncher-unlocked
|
||||||
cd ..
|
cd ..
|
||||||
|
rm -rf ~/source
|
||||||
|
|
||||||
cd /repo/
|
cd /repo/
|
||||||
rm -rf ./tmp/arch-workdir
|
rm -rf ./tmp/arch-workdir
|
||||||
|
|
Loading…
Reference in a new issue