Attempt at making patch prompt work
parent
22c8b5c954
commit
0e4e3d6482
|
@ -11,7 +11,7 @@ pipeline:
|
|||
- "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
|
||||
- su builder
|
||||
# Build the package
|
||||
- makepkg -s --noconfirm --needed
|
||||
- echo "Y" | makepkg -s --noconfirm --needed
|
||||
|
||||
publish:
|
||||
image: 'archlinux:latest'
|
||||
|
|
Loading…
Reference in New Issue