Attempt at making patch prompt work

main
Jef Roosens 2022-01-02 12:21:55 +01:00
parent 22c8b5c954
commit 0e4e3d6482
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 1 additions and 1 deletions

View File

@ -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'