This commit is contained in:
parent
2042324e47
commit
c6a3f8ed1f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue