diff --git a/.woodpecker.yml b/.woodpecker.yml index ae7e29b..da637eb 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,7 +11,7 @@ pipeline: - "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers" - su builder # Build the package - - 'echo "Y" | makepkg -s --noconfirm --needed' + - makepkg -s --noconfirm --needed' publish: image: 'archlinux:latest'