Only copy build directory
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Alexander Schäferdiek 2022-07-11 20:46:03 +02:00
parent 2042324e47
commit c6a3f8ed1f

View file

@ -11,9 +11,9 @@ steps:
commands:
- pacman -Syu
- mkdir /home/build
- cp -r /drone/src /home/build
- cp -r /drone/src/_pkg /home/build
- chgrp nobody /home/build
- chmod g+ws /home/build
- setfacl -m u::rwx,g::rwx /home/build
- setfacl -d --set u::rwx,g::rwx,o::- /home/build
- sudo -u nobody cd _pkg && makepkg -cs
- sudo -u nobody makepkg -cs