Attempt at making patch prompt work
This commit is contained in:
parent
22c8b5c954
commit
0e4e3d6482
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ pipeline:
|
||||||
- "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
|
- "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
|
||||||
- su builder
|
- su builder
|
||||||
# Build the package
|
# Build the package
|
||||||
- makepkg -s --noconfirm --needed
|
- echo "Y" | makepkg -s --noconfirm --needed
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: 'archlinux:latest'
|
image: 'archlinux:latest'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue